#B28275

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

Shades of Brandy Rose #B28275

Tints of Brandy Rose #B28275

Color information

#B28275 (or 0xB28275) is unknown color: approx Brandy Rose. HEX triplet: B2, 82 and 75. RGB value is (178,130,117). Sum of RGB (Red+Green+Blue) = 178+130+117=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28275 is #4D7D8A. Grayscale: #8E8E8E. Windows color (decimal): -5078411 or 7701170. OLE color: 7701170.

HSL color Cylindrical-coordinate representation of color #B28275: hue angle of 12.79º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28275 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178130117-
CMYK00.270.340.30
HSL12.79º28.37%57.84%-
HSV(B)12.79º34.27%69.8%-
XYZ29.5526.7120.43-
YUV142.87113.4153.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=41.88%
G=30.59%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813011700.270.340.3012.7928.3757.84
HexB2827501B221Ed1c3a
Octal2622021650334236153472
Binary1011001010000010111010101101110001011110110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28275; }

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

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

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

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

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

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

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

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