#B08177

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

Shades of Brandy Rose #B08177

Tints of Brandy Rose #B08177

Color information

#B08177 (or 0xB08177) is unknown color: approx Brandy Rose. HEX triplet: B0, 81 and 77. RGB value is (176,129,119). Sum of RGB (Red+Green+Blue) = 176+129+119=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08177 is #4F7E88. Grayscale: #8E8E8E. Windows color (decimal): -5209737 or 7831984. OLE color: 7831984.

HSL color Cylindrical-coordinate representation of color #B08177: hue angle of 10.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08177 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176129119-
CMYK00.270.320.31
HSL10.53º26.51%57.84%-
HSV(B)10.53º32.39%69.02%-
XYZ29.0826.2620.99-
YUV141.91115.07152.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=41.51%
G=30.42%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612911900.270.320.3110.5326.5157.84
HexB0817701B201Fb1b3a
Octal2602011670334037133372
Binary1011000010000001111011101101110000011111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08177; }

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

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

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

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

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

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

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

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