#BB8174

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

Shades of Brandy Rose #BB8174

Tints of Brandy Rose #BB8174

Color information

#BB8174 (or 0xBB8174) is unknown color: approx Brandy Rose. HEX triplet: BB, 81 and 74. RGB value is (187,129,116). Sum of RGB (Red+Green+Blue) = 187+129+116=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8174 is #447E8B. Grayscale: #909090. Windows color (decimal): -4488844 or 7635387. OLE color: 7635387.

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

Color convert

RGB187129116-
CMYK00.310.380.27
HSL10.99º34.3%59.41%-
HSV(B)10.99º37.97%73.33%-
XYZ31.527.5320.18-
YUV144.86111.72158.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=43.29%
G=29.86%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712911600.310.380.2710.9934.359.41
HexBB817401F261Bb223b
Octal2732011640374633134273
Binary10111011100000011110100011111100110110111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8174; }

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

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

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

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

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

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

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

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