#B38880

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

Shades of Brandy Rose #B38880

Tints of Brandy Rose #B38880

Color information

#B38880 (or 0xB38880) is unknown color: approx Brandy Rose. HEX triplet: B3, 88 and 80. RGB value is (179,136,128). Sum of RGB (Red+Green+Blue) = 179+136+128=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38880 is #4C777F. Grayscale: #949494. Windows color (decimal): -5011328 or 8423603. OLE color: 8423603.

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

Color convert

RGB179136128-
CMYK00.240.280.30
HSL9.41º25.12%60.2%-
HSV(B)9.41º28.49%70.2%-
XYZ31.2928.7524.32-
YUV147.95116.75150.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=40.41%
G=30.70%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913612800.240.280.309.4125.1260.2
HexB388800181C1E9193c
Octal2632102000303436113174
Binary1011001110001000100000000110001110011110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38880; }

 p { color: rgb(179,136,128); }

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

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

 a { background-color: rgb(179,136,128); }

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

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

 span { border-color: rgb(179,136,128); }

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