Html Css Color HEX #BD8472 Brandy Rose

📋 copy color: '#BD8472'

red 189 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #BD8472

Tints of Brandy Rose #BD8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 43.45%
G = 30.34%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD8472 (or 0xBD8472) is known color: Brandy Rose. HEX triplet: BD, 84 and 72. RGB value is (189,132,114). Sum of RGB (Red+Green+Blue) = 189+132+114=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8472 is #427B8D. Grayscale: #939393. Windows color (decimal): -4357006 or 7505085. OLE color: 7505085.

HSL color Cylindrical-coordinate representation of color #BD8472: hue angle of 14.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8472 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 114 -
CMYK 0 0.30 0.40 0.26
HSL 14.4º 0.36% 0.59% -
HSV(B) 14.4º 0.4% 0.74% -
XYZ 32.27 28.54 19.73 -
YUV 146.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 189 132 114 0 0.30 0.40 0.26 14.4 0.36 0.59
Hex BD 84 72 0 1E 28 1A E 24 3B
Octal 275 204 162 0 36 50 32 16 44 73
Binary 10111101 10000100 1110010 0 11110 101000 11010 1110 100100 111011

Color Harmonies of #BD8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8472

Black with #BD8472

Text Example


Text Example

White with #BD8472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8472; }

 p { color: rgb(189,132,114); }

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

background-color css

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

 a { background-color: rgb(189,132,114); }

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

border-color css

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

 span { border-color: rgb(189,132,114); }

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