#B28978

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

Shades of Brandy Rose #B28978

Tints of Brandy Rose #B28978

Color information

#B28978 (or 0xB28978) is unknown color: approx Brandy Rose. HEX triplet: B2, 89 and 78. RGB value is (178,137,120). Sum of RGB (Red+Green+Blue) = 178+137+120=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B28978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28978 is #4D7687. Grayscale: #939393. Windows color (decimal): -5076616 or 7899570. OLE color: 7899570.

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

Color convert

RGB178137120-
CMYK00.230.330.30
HSL17.59º27.36%58.43%-
HSV(B)17.59º32.58%69.8%-
XYZ30.728.7121.69-
YUV147.32112.58149.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=40.92%
G=31.49%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813712000.230.330.3017.5927.3658.43
HexB28978017211E121b3a
Octal2622111700274136223372
Binary10110010100010011111000010111100001111101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28978; }

 p { color: rgb(178,137,120); }

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

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

 a { background-color: rgb(178,137,120); }

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

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

 span { border-color: rgb(178,137,120); }

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