#B38778

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

Shades of Brandy Rose #B38778

Tints of Brandy Rose #B38778

Color information

#B38778 (or 0xB38778) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 78. RGB value is (179,135,120). Sum of RGB (Red+Green+Blue) = 179+135+120=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38778 is #4C7887. Grayscale: #929292. Windows color (decimal): -5011592 or 7899059. OLE color: 7899059.

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

Color convert

RGB179135120-
CMYK00.250.330.30
HSL15.25º27.96%58.63%-
HSV(B)15.25º32.96%70.2%-
XYZ30.6428.2721.61-
YUV146.45113.08151.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=41.24%
G=31.11%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913512000.250.330.3015.2527.9658.63
HexB38778019211Ef1c3b
Octal2632071700314136173473
Binary1011001110000111111100001100110000111110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38778; }

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

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

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

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

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

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

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

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