Html Css Color HEX #BB8472 Brandy Rose

📋 copy color: '#BB8472'

red 187 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #BB8472

Tints of Brandy Rose #BB8472

RGB

 RED value IS 187 (73.44% from 255) = 43.19%

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

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

R = 43.19%
G = 30.48%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB8472 (or 0xBB8472) is known color: Brandy Rose. HEX triplet: BB, 84 and 72. RGB value is (187,132,114). Sum of RGB (Red+Green+Blue) = 187+132+114=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8472 is #447B8D. Grayscale: #929292. Windows color (decimal): -4488078 or 7505083. OLE color: 7505083.

HSL color Cylindrical-coordinate representation of color #BB8472: hue angle of 14.79º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8472 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 114 -
CMYK 0 0.29 0.39 0.27
HSL 14.79º 0.35% 0.59% -
HSV(B) 14.79º 0.39% 0.73% -
XYZ 31.78 28.28 19.7 -
YUV 146.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 187 132 114 0 0.29 0.39 0.27 14.79 0.35 0.59
Hex BB 84 72 0 1D 27 1B F 23 3B
Octal 273 204 162 0 35 47 33 17 43 73
Binary 10111011 10000100 1110010 0 11101 100111 11011 1111 100011 111011

Color Harmonies of #BB8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8472

Black with #BB8472

Text Example


Text Example

White with #BB8472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8472; }

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

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

background-color css

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

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

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

border-color css

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

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

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