#B28780

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

Shades of Brandy Rose #B28780

Tints of Brandy Rose #B28780

Color information

#B28780 (or 0xB28780) is unknown color: approx Brandy Rose. HEX triplet: B2, 87 and 80. RGB value is (178,135,128). Sum of RGB (Red+Green+Blue) = 178+135+128=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28780 is #4D787F. Grayscale: #939393. Windows color (decimal): -5077120 or 8423346. OLE color: 8423346.

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

Color convert

RGB178135128-
CMYK00.240.280.30
HSL8.4º24.51%60%-
HSV(B)8.4º28.09%69.8%-
XYZ30.9228.3524.26-
YUV147.06117.25150.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=40.36%
G=30.61%
B=29.02%

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
Decimal17813512800.240.280.308.424.5160
HexB287800181C1E8193c
Octal2622072000303436103174
Binary1011001010000111100000000110001110011110100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28780; }

 p { color: rgb(178,135,128); }

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

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

 a { background-color: rgb(178,135,128); }

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

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

 span { border-color: rgb(178,135,128); }

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