#B38178

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

Shades of Brandy Rose #B38178

Tints of Brandy Rose #B38178

Color information

#B38178 (or 0xB38178) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 78. RGB value is (179,129,120). Sum of RGB (Red+Green+Blue) = 179+129+120=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38178 is #4C7E87. Grayscale: #8F8F8F. Windows color (decimal): -5013128 or 7897523. OLE color: 7897523.

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

Color convert

RGB179129120-
CMYK00.280.330.30
HSL9.15º27.96%58.63%-
HSV(B)9.15º32.96%70.2%-
XYZ29.8326.6421.34-
YUV142.92115.06153.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=41.82%
G=30.14%
B=28.04%

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
Decimal17912912000.280.330.309.1527.9658.63
HexB3817801C211E91c3b
Octal2632011700344136113473
Binary1011001110000001111100001110010000111110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38178; }

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

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

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

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

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

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

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

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