#BB836C

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

Shades of Brandy Rose #BB836C

Tints of Brandy Rose #BB836C

Color information

#BB836C (or 0xBB836C) is unknown color: approx Brandy Rose. HEX triplet: BB, 83 and 6C. RGB value is (187,131,108). Sum of RGB (Red+Green+Blue) = 187+131+108=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB836C is #447C93. Grayscale: #919191. Windows color (decimal): -4488340 or 7111611. OLE color: 7111611.

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

Color convert

RGB187131108-
CMYK00.300.420.27
HSL17.47º36.74%57.84%-
HSV(B)17.47º42.25%73.33%-
XYZ31.3227.8817.92-
YUV145.12107.05157.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=43.90%
G=30.75%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713110800.300.420.2717.4736.7457.84
HexBB836C01E2A1B11253a
Octal2732031540365233214572
Binary101110111000001111011000111101010101101110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB836C; }

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

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

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

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

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

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

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

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