#B28884

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

Shades of Brandy Rose #B28884

Tints of Brandy Rose #B28884

Color information

#B28884 (or 0xB28884) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 84. RGB value is (178,136,132). Sum of RGB (Red+Green+Blue) = 178+136+132=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28884 is #4D777B. Grayscale: #949494. Windows color (decimal): -5076860 or 8685746. OLE color: 8685746.

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

Color convert

RGB178136132-
CMYK00.240.260.30
HSL5.22º23%60.78%-
HSV(B)5.22º25.84%69.8%-
XYZ31.3328.7425.73-
YUV148.1118.91149.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=39.91%
G=30.49%
B=29.60%

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
Decimal17813613200.240.260.305.222360.78
HexB288840181A1E5173d
Octal262210204030323652775
Binary101100101000100010000100011000110101111010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28884; }

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

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

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

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

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

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

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

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