#B28077

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

Shades of Brandy Rose #B28077

Tints of Brandy Rose #B28077

Color information

#B28077 (or 0xB28077) is unknown color: approx Brandy Rose. HEX triplet: B2, 80 and 77. RGB value is (178,128,119). Sum of RGB (Red+Green+Blue) = 178+128+119=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28077 is #4D7F88. Grayscale: #8E8E8E. Windows color (decimal): -5078921 or 7831730. OLE color: 7831730.

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

Color convert

RGB178128119-
CMYK00.280.330.30
HSL9.15º27.7%58.24%-
HSV(B)9.15º33.15%69.8%-
XYZ29.4126.2420.97-
YUV141.92115.06153.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 119 (46.88% from 255) = 28%
R=41.88%
G=30.12%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812811900.280.330.309.1527.758.24
HexB2807701C211E91c3a
Octal2622001670344136113472
Binary1011001010000000111011101110010000111110100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28077; }

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

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

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

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

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

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

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

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