#BB8A6F

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

Shades of Brandy Rose #BB8A6F

Tints of Brandy Rose #BB8A6F

Color information

#BB8A6F (or 0xBB8A6F) is unknown color: approx Brandy Rose. HEX triplet: BB, 8A and 6F. RGB value is (187,138,111). Sum of RGB (Red+Green+Blue) = 187+138+111=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A6F is #447590. Grayscale: #959595. Windows color (decimal): -4486545 or 7310011. OLE color: 7310011.

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

Color convert

RGB187138111-
CMYK00.260.410.27
HSL21.32º35.85%58.43%-
HSV(B)21.32º40.64%73.33%-
XYZ32.4529.8919.1-
YUV149.57106.23154.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=42.89%
G=31.65%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713811100.260.410.2721.3235.8558.43
HexBB8A6F01A291B15243a
Octal2732121570325133254472
Binary101110111000101011011110110101010011101110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A6F; }

 p { color: rgb(187,138,111); }

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

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

 a { background-color: rgb(187,138,111); }

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

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

 span { border-color: rgb(187,138,111); }

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