#B38976

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

Shades of Brandy Rose #B38976

Tints of Brandy Rose #B38976

Color information

#B38976 (or 0xB38976) is unknown color: approx Brandy Rose. HEX triplet: B3, 89 and 76. RGB value is (179,137,118). Sum of RGB (Red+Green+Blue) = 179+137+118=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38976 is #4C7689. Grayscale: #939393. Windows color (decimal): -5011082 or 7768499. OLE color: 7768499.

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

Color convert

RGB179137118-
CMYK00.230.340.30
HSL18.69º28.64%58.24%-
HSV(B)18.69º34.08%70.2%-
XYZ30.8128.7821.07-
YUV147.39111.41150.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=41.24%
G=31.57%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913711800.230.340.3018.6928.6458.24
HexB38976017221E131d3a
Octal2632111660274236233572
Binary10110011100010011110110010111100010111101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38976; }

 p { color: rgb(179,137,118); }

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

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

 a { background-color: rgb(179,137,118); }

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

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

 span { border-color: rgb(179,137,118); }

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