Html Css Color HEX #B78A7D Brandy Rose

📋 copy color: '#B78A7D'

red 183 ◦ green 138 ◦ blue 125

#B78A7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B78A7D

Tints of Brandy Rose #B78A7D

RGB

 RED value IS 183 (71.88% from 255) = 41.03%

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 41.03%
G = 30.94%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B78A7D (or 0xB78A7D) is known color: Brandy Rose. HEX triplet: B7, 8A and 7D. RGB value is (183,138,125). Sum of RGB (Red+Green+Blue) = 183+138+125=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A7D is #487582. Grayscale: #969696. Windows color (decimal): -4748675 or 8227511. OLE color: 8227511.

HSL color Cylindrical-coordinate representation of color #B78A7D: hue angle of 13.45º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B78A7D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 125 -
CMYK 0 0.25 0.32 0.28
HSL 13.45º 0.29% 0.6% -
HSV(B) 13.45º 0.32% 0.72% -
XYZ 32.32 29.72 23.44 -
YUV 149.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 183 138 125 0 0.25 0.32 0.28 13.45 0.29 0.6
Hex B7 8A 7D 0 19 20 1C D 1D 3C
Octal 267 212 175 0 31 40 34 15 35 74
Binary 10110111 10001010 1111101 0 11001 100000 11100 1101 11101 111100

Color Harmonies of #B78A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A7D

Black with #B78A7D

Text Example


Text Example

White with #B78A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A7D; }

 p { color: rgb(183,138,125); }

 H1.HeaderClassName
 {
   color: #B78A7D;
 }
 .AnyTagClassName
 {
   color: #B78A7D;
 }
</style>

background-color css

<style>
 a { background-color: #B78A7D; }

 a { background-color: rgb(183,138,125); }

 div.DivClassName
 {
   background-color: #B78A7D;
 }
 .BgClassName
 {
   background-color: #B78A7D;
 }
</style>

border-color css

<style>
 span { border-color: #B78A7D; }

 span { border-color: rgb(183,138,125); }

 td.TdClassName
 {
   border-color: #B78A7D;
 }
 .TagClassName
 {
   border-color: #B78A7D;
 }
</style>