#BB8369

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

Shades of Brandy Rose #BB8369

Tints of Brandy Rose #BB8369

Color information

#BB8369 (or 0xBB8369) is unknown color: approx Brandy Rose. HEX triplet: BB, 83 and 69. RGB value is (187,131,105). Sum of RGB (Red+Green+Blue) = 187+131+105=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8369 is #447C96. Grayscale: #909090. Windows color (decimal): -4488343 or 6915003. OLE color: 6915003.

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

Color convert

RGB187131105-
CMYK00.300.440.27
HSL19.02º37.61%57.25%-
HSV(B)19.02º43.85%73.33%-
XYZ31.1627.8217.09-
YUV144.78105.55158.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=44.21%
G=30.97%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713110500.300.440.2719.0237.6157.25
HexBB836901E2C1B132639
Octal2732031510365433234671
Binary101110111000001111010010111101011001101110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8369; }

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

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

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

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

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

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

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

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