#BB806B

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

Shades of Brandy Rose #BB806B

Tints of Brandy Rose #BB806B

Color information

#BB806B (or 0xBB806B) is unknown color: approx Brandy Rose. HEX triplet: BB, 80 and 6B. RGB value is (187,128,107). Sum of RGB (Red+Green+Blue) = 187+128+107=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB806B is #447F94. Grayscale: #8F8F8F. Windows color (decimal): -4489109 or 7045307. OLE color: 7045307.

HSL color Cylindrical-coordinate representation of color #BB806B: hue angle of 15.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB806B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187128107-
CMYK00.320.430.27
HSL15.75º37.04%57.65%-
HSV(B)15.75º42.78%73.33%-
XYZ30.8727.0617.51-
YUV143.25107.55159.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=44.31%
G=30.33%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712810700.320.430.2715.7537.0457.65
HexBB806B0202B1B10253a
Octal2732001530405333204572
Binary1011101110000000110101101000001010111101110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB806B; }

 p { color: rgb(187,128,107); }

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

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

 a { background-color: rgb(187,128,107); }

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

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

 span { border-color: rgb(187,128,107); }

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