#BB8777

Color #BB8777 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BB8777

Tints of Brandy Rose #BB8777

Color information

#BB8777 (or 0xBB8777) is unknown color: approx Brandy Rose. HEX triplet: BB, 87 and 77. RGB value is (187,135,119). Sum of RGB (Red+Green+Blue) = 187+135+119=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8777 is #447888. Grayscale: #949494. Windows color (decimal): -4487305 or 7833531. OLE color: 7833531.

HSL color Cylindrical-coordinate representation of color #BB8777: hue angle of 14.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8777 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187135119-
CMYK00.280.360.27
HSL14.12º33.33%60%-
HSV(B)14.12º36.36%73.33%-
XYZ32.4929.2221.38-
YUV148.72111.23155.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=42.40%
G=30.61%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713511900.280.360.2714.1233.3360
HexBB877701C241Be213c
Octal2732071670344433164174
Binary10111011100001111110111011100100100110111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8777; }

 p { color: rgb(187,135,119); }

 H1.HeaderClassName
 {
   color: #BB8777;
 }
 .AnyTagClassName
 {
   color: #BB8777;
 }
</style>
background-color css

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

 a { background-color: rgb(187,135,119); }

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

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

 span { border-color: rgb(187,135,119); }

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