#B28974

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

Shades of Brandy Rose #B28974

Tints of Brandy Rose #B28974

Color information

#B28974 (or 0xB28974) is unknown color: approx Brandy Rose. HEX triplet: B2, 89 and 74. RGB value is (178,137,116). Sum of RGB (Red+Green+Blue) = 178+137+116=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28974 is #4D768B. Grayscale: #929292. Windows color (decimal): -5076620 or 7637426. OLE color: 7637426.

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

Color convert

RGB178137116-
CMYK00.230.350.30
HSL20.32º28.7%57.65%-
HSV(B)20.32º34.83%69.8%-
XYZ30.4628.6220.44-
YUV146.86110.58150.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=41.30%
G=31.79%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813711600.230.350.3020.3228.757.65
HexB28974017231E141d3a
Octal2622111640274336243572
Binary10110010100010011110100010111100011111101010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28974; }

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

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

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

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

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

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

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

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