#B28682

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

Shades of Brandy Rose #B28682

Tints of Brandy Rose #B28682

Color information

#B28682 (or 0xB28682) is unknown color: approx Brandy Rose. HEX triplet: B2, 86 and 82. RGB value is (178,134,130). Sum of RGB (Red+Green+Blue) = 178+134+130=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28682 is #4D797D. Grayscale: #929292. Windows color (decimal): -5077374 or 8554162. OLE color: 8554162.

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

Color convert

RGB178134130-
CMYK00.250.270.30
HSL23.76%60.39%-
HSV(B)26.97%69.8%-
XYZ30.9128.1324.92-
YUV146.7118.58150.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=40.27%
G=30.32%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813413000.250.270.30523.7660.39
HexB286820191B1E5183c
Octal262206202031333653074
Binary101100101000011010000010011001110111111010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28682; }

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

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

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

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

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

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

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

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