#B38078

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

Shades of Brandy Rose #B38078

Tints of Brandy Rose #B38078

Color information

#B38078 (or 0xB38078) is unknown color: approx Brandy Rose. HEX triplet: B3, 80 and 78. RGB value is (179,128,120). Sum of RGB (Red+Green+Blue) = 179+128+120=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38078 is #4C7F87. Grayscale: #8E8E8E. Windows color (decimal): -5013384 or 7897267. OLE color: 7897267.

HSL color Cylindrical-coordinate representation of color #B38078: hue angle of 8.14º 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 #B38078 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179128120-
CMYK00.280.330.30
HSL8.14º27.96%58.63%-
HSV(B)8.14º32.96%70.2%-
XYZ29.726.3821.3-
YUV142.34115.4154.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=41.92%
G=29.98%
B=28.10%

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
Decimal17912812000.280.330.308.1427.9658.63
HexB3807801C211E81c3b
Octal2632001700344136103473
Binary1011001110000000111100001110010000111110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38078; }

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

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

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

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

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

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

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

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