#BB8173

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

Shades of Brandy Rose #BB8173

Tints of Brandy Rose #BB8173

Color information

#BB8173 (or 0xBB8173) is unknown color: approx Brandy Rose. HEX triplet: BB, 81 and 73. RGB value is (187,129,115). Sum of RGB (Red+Green+Blue) = 187+129+115=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8173 is #447E8C. Grayscale: #909090. Windows color (decimal): -4488845 or 7569851. OLE color: 7569851.

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

Color convert

RGB187129115-
CMYK00.310.390.27
HSL11.67º34.62%59.22%-
HSV(B)11.67º38.5%73.33%-
XYZ31.4427.519.87-
YUV144.75111.22158.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=43.39%
G=29.93%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712911500.310.390.2711.6734.6259.22
HexBB817301F271Bc233b
Octal2732011630374733144373
Binary10111011100000011110011011111100111110111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8173; }

 p { color: rgb(187,129,115); }

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

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

 a { background-color: rgb(187,129,115); }

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

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

 span { border-color: rgb(187,129,115); }

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