#B28883

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

Shades of Brandy Rose #B28883

Tints of Brandy Rose #B28883

Color information

#B28883 (or 0xB28883) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 83. RGB value is (178,136,131). Sum of RGB (Red+Green+Blue) = 178+136+131=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28883 is #4D777C. Grayscale: #949494. Windows color (decimal): -5076861 or 8620210. OLE color: 8620210.

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

Color convert

RGB178136131-
CMYK00.240.260.30
HSL6.38º23.38%60.59%-
HSV(B)6.38º26.4%69.8%-
XYZ31.2628.7125.37-
YUV147.99118.41149.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=40%
G=30.56%
B=29.44%

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
Decimal17813613100.240.260.306.3823.3860.59
HexB288830181A1E6173d
Octal262210203030323662775
Binary101100101000100010000011011000110101111011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28883; }

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

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

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

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

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

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

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

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