#B38982

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

Shades of Brandy Rose #B38982

Tints of Brandy Rose #B38982

Color information

#B38982 (or 0xB38982) is unknown color: approx Brandy Rose. HEX triplet: B3, 89 and 82. RGB value is (179,137,130). Sum of RGB (Red+Green+Blue) = 179+137+130=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38982 is #4C767D. Grayscale: #949494. Windows color (decimal): -5011070 or 8554931. OLE color: 8554931.

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

Color convert

RGB179137130-
CMYK00.230.270.30
HSL8.57º24.38%60.59%-
HSV(B)8.57º27.37%70.2%-
XYZ31.5729.0925.07-
YUV148.76117.41149.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=40.13%
G=30.72%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913713000.230.270.308.5724.3860.59
HexB389820171B1E9183d
Octal2632112020273336113075
Binary1011001110001001100000100101111101111110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38982; }

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

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

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

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

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

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

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

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