#B38882

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

Shades of Brandy Rose #B38882

Tints of Brandy Rose #B38882

Color information

#B38882 (or 0xB38882) is unknown color: approx Brandy Rose. HEX triplet: B3, 88 and 82. RGB value is (179,136,130). Sum of RGB (Red+Green+Blue) = 179+136+130=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38882 is #4C777D. Grayscale: #949494. Windows color (decimal): -5011326 or 8554675. OLE color: 8554675.

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

Color convert

RGB179136130-
CMYK00.240.270.30
HSL7.35º24.38%60.59%-
HSV(B)7.35º27.37%70.2%-
XYZ31.4228.825.02-
YUV148.17117.75149.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=40.22%
G=30.56%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913613000.240.270.307.3524.3860.59
HexB388820181B1E7183d
Octal263210202030333673075
Binary101100111000100010000010011000110111111011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38882; }

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

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

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

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

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

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

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

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