#B28A82

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

Shades of Brandy Rose #B28A82

Tints of Brandy Rose #B28A82

Color information

#B28A82 (or 0xB28A82) is unknown color: approx Brandy Rose. HEX triplet: B2, 8A and 82. RGB value is (178,138,130). Sum of RGB (Red+Green+Blue) = 178+138+130=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A82 is #4D757D. Grayscale: #959595. Windows color (decimal): -5076350 or 8555186. OLE color: 8555186.

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

Color convert

RGB178138130-
CMYK00.220.270.30
HSL10º23.76%60.39%-
HSV(B)10º26.97%69.8%-
XYZ31.4829.2525.11-
YUV149.05117.25148.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=39.91%
G=30.94%
B=29.15%

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
Decimal17813813000.220.270.301023.7660.39
HexB28A820161B1Ea183c
Octal2622122020263336123074
Binary1011001010001010100000100101101101111110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A82; }

 p { color: rgb(178,138,130); }

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

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

 a { background-color: rgb(178,138,130); }

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

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

 span { border-color: rgb(178,138,130); }

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