Html Css Color HEX #BD8D77 Brandy Rose

📋 copy color: '#BD8D77'

red 189 ◦ green 141 ◦ blue 119

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

Shades of Brandy Rose #BD8D77

Tints of Brandy Rose #BD8D77

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 42.09%
G = 31.4%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD8D77 (or 0xBD8D77) is known color: Brandy Rose. HEX triplet: BD, 8D and 77. RGB value is (189,141,119). Sum of RGB (Red+Green+Blue) = 189+141+119=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D77 is #427288. Grayscale: #989898. Windows color (decimal): -4354697 or 7835069. OLE color: 7835069.

HSL color Cylindrical-coordinate representation of color #BD8D77: hue angle of 18.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8D77 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 119 -
CMYK 0 0.25 0.37 0.26
HSL 18.86º 0.35% 0.6% -
HSV(B) 18.86º 0.37% 0.74% -
XYZ 33.84 31.2 21.69 -
YUV 152.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 189 141 119 0 0.25 0.37 0.26 18.86 0.35 0.6
Hex BD 8D 77 0 19 25 1A 13 23 3C
Octal 275 215 167 0 31 45 32 23 43 74
Binary 10111101 10001101 1110111 0 11001 100101 11010 10011 100011 111100

Color Harmonies of #BD8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D77

Black with #BD8D77

Text Example


Text Example

White with #BD8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D77; }

 p { color: rgb(189,141,119); }

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

background-color css

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

 a { background-color: rgb(189,141,119); }

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

border-color css

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

 span { border-color: rgb(189,141,119); }

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