#B38884

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

Shades of Brandy Rose #B38884

Tints of Brandy Rose #B38884

Color information

#B38884 (or 0xB38884) is unknown color: approx Brandy Rose. HEX triplet: B3, 88 and 84. RGB value is (179,136,132). Sum of RGB (Red+Green+Blue) = 179+136+132=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B38884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38884 is #4C777B. Grayscale: #949494. Windows color (decimal): -5011324 or 8685747. OLE color: 8685747.

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

Color convert

RGB179136132-
CMYK00.240.260.30
HSL5.11º23.62%60.98%-
HSV(B)5.11º26.26%70.2%-
XYZ31.5628.8625.74-
YUV148.4118.75149.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=40.04%
G=30.43%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913613200.240.260.305.1123.6260.98
HexB388840181A1E5183d
Octal263210204030323653075
Binary101100111000100010000100011000110101111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38884; }

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

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

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

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

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

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

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

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