#B38476

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

Shades of Brandy Rose #B38476

Tints of Brandy Rose #B38476

Color information

#B38476 (or 0xB38476) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 76. RGB value is (179,132,118). Sum of RGB (Red+Green+Blue) = 179+132+118=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38476 is #4C7B89. Grayscale: #909090. Windows color (decimal): -5012362 or 7767219. OLE color: 7767219.

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

Color convert

RGB179132118-
CMYK00.260.340.30
HSL13.77º28.64%58.24%-
HSV(B)13.77º34.08%70.2%-
XYZ30.1127.3920.84-
YUV144.46113.07152.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=41.72%
G=30.77%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913211800.260.340.3013.7728.6458.24
HexB3847601A221Ee1d3a
Octal2632041660324236163572
Binary1011001110000100111011001101010001011110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38476; }

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

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

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

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

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

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

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

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