#B28177

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

Shades of Brandy Rose #B28177

Tints of Brandy Rose #B28177

Color information

#B28177 (or 0xB28177) is unknown color: approx Brandy Rose. HEX triplet: B2, 81 and 77. RGB value is (178,129,119). Sum of RGB (Red+Green+Blue) = 178+129+119=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28177 is #4D7E88. Grayscale: #8E8E8E. Windows color (decimal): -5078665 or 7831986. OLE color: 7831986.

HSL color Cylindrical-coordinate representation of color #B28177: hue angle of 10.17º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28177 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178129119-
CMYK00.280.330.30
HSL10.17º27.7%58.24%-
HSV(B)10.17º33.15%69.8%-
XYZ29.5426.521.01-
YUV142.51114.73153.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=41.78%
G=30.28%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812911900.280.330.3010.1727.758.24
HexB2817701C211Ea1c3a
Octal2622011670344136123472
Binary1011001010000001111011101110010000111110101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28177; }

 p { color: rgb(178,129,119); }

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

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

 a { background-color: rgb(178,129,119); }

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

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

 span { border-color: rgb(178,129,119); }

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