#B38878

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

Shades of Brandy Rose #B38878

Tints of Brandy Rose #B38878

Color information

#B38878 (or 0xB38878) is unknown color: approx Brandy Rose. HEX triplet: B3, 88 and 78. RGB value is (179,136,120). Sum of RGB (Red+Green+Blue) = 179+136+120=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B38878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38878 is #4C7787. Grayscale: #939393. Windows color (decimal): -5011336 or 7899315. OLE color: 7899315.

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

Color convert

RGB179136120-
CMYK00.240.330.30
HSL16.27º27.96%58.63%-
HSV(B)16.27º32.96%70.2%-
XYZ30.7828.5521.66-
YUV147.03112.75150.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=41.15%
G=31.26%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913612000.240.330.3016.2727.9658.63
HexB38878018211E101c3b
Octal2632101700304136203473
Binary10110011100010001111000011000100001111101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38878; }

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

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

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

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

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

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

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

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