#B28784

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

Shades of Brandy Rose #B28784

Tints of Brandy Rose #B28784

Color information

#B28784 (or 0xB28784) is unknown color: approx Brandy Rose. HEX triplet: B2, 87 and 84. RGB value is (178,135,132). Sum of RGB (Red+Green+Blue) = 178+135+132=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28784 is #4D787B. Grayscale: #939393. Windows color (decimal): -5077116 or 8685490. OLE color: 8685490.

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

Color convert

RGB178135132-
CMYK00.240.260.30
HSL3.91º23%60.78%-
HSV(B)3.91º25.84%69.8%-
XYZ31.1928.4625.68-
YUV147.51119.25149.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=40%
G=30.34%
B=29.66%

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
Decimal17813513200.240.260.303.912360.78
HexB287840181A1E4173d
Octal262207204030323642775
Binary101100101000011110000100011000110101111010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28784; }

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

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

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

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

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

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

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

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