#B28277

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

Shades of Brandy Rose #B28277

Tints of Brandy Rose #B28277

Color information

#B28277 (or 0xB28277) is unknown color: approx Brandy Rose. HEX triplet: B2, 82 and 77. RGB value is (178,130,119). Sum of RGB (Red+Green+Blue) = 178+130+119=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28277 is #4D7D88. Grayscale: #8F8F8F. Windows color (decimal): -5078409 or 7832242. OLE color: 7832242.

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

Color convert

RGB178130119-
CMYK00.270.330.30
HSL11.19º27.7%58.24%-
HSV(B)11.19º33.15%69.8%-
XYZ29.6726.7621.05-
YUV143.1114.4152.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=41.69%
G=30.44%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813011900.270.330.3011.1927.758.24
HexB2827701B211Eb1c3a
Octal2622021670334136133472
Binary1011001010000010111011101101110000111110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28277; }

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

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

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

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

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

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

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

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