#B38177

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

Shades of Brandy Rose #B38177

Tints of Brandy Rose #B38177

Color information

#B38177 (or 0xB38177) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 77. RGB value is (179,129,119). Sum of RGB (Red+Green+Blue) = 179+129+119=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38177 is #4C7E88. Grayscale: #8E8E8E. Windows color (decimal): -5013129 or 7831987. OLE color: 7831987.

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

Color convert

RGB179129119-
CMYK00.280.340.30
HSL10º28.3%58.43%-
HSV(B)10º33.52%70.2%-
XYZ29.7726.6221.02-
YUV142.81114.56153.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=41.92%
G=30.21%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912911900.280.340.301028.358.43
HexB3817701C221Ea1c3a
Octal2632011670344236123472
Binary1011001110000001111011101110010001011110101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38177; }

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

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

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

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

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

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

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

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