#BB837E

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

Shades of Brandy Rose #BB837E

Tints of Brandy Rose #BB837E

Color information

#BB837E (or 0xBB837E) is unknown color: approx Brandy Rose. HEX triplet: BB, 83 and 7E. RGB value is (187,131,126). Sum of RGB (Red+Green+Blue) = 187+131+126=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB837E is #447C81. Grayscale: #939393. Windows color (decimal): -4488322 or 8291259. OLE color: 8291259.

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

Color convert

RGB187131126-
CMYK00.300.330.27
HSL4.92º30.96%61.37%-
HSV(B)4.92º32.62%73.33%-
XYZ32.3828.323.5-
YUV147.17116.05156.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=42.12%
G=29.50%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713112600.300.330.274.9230.9661.37
HexBB837E01E211B51f3d
Octal273203176036413353775
Binary101110111000001111111100111101000011101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB837E; }

 p { color: rgb(187,131,126); }

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

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

 a { background-color: rgb(187,131,126); }

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

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

 span { border-color: rgb(187,131,126); }

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