#B38C82

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

Shades of Brandy Rose #B38C82

Tints of Brandy Rose #B38C82

Color information

#B38C82 (or 0xB38C82) is unknown color: approx Brandy Rose. HEX triplet: B3, 8C and 82. RGB value is (179,140,130). Sum of RGB (Red+Green+Blue) = 179+140+130=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C82 is #4C737D. Grayscale: #969696. Windows color (decimal): -5010302 or 8555699. OLE color: 8555699.

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

Color convert

RGB179140130-
CMYK00.220.270.30
HSL12.24º24.38%60.59%-
HSV(B)12.24º27.37%70.2%-
XYZ3229.9525.21-
YUV150.52116.42148.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=39.87%
G=31.18%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914013000.220.270.3012.2424.3860.59
HexB38C820161B1Ec183d
Octal2632142020263336143075
Binary1011001110001100100000100101101101111110110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C82; }

 p { color: rgb(179,140,130); }

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

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

 a { background-color: rgb(179,140,130); }

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

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

 span { border-color: rgb(179,140,130); }

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