#B48077

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

Shades of Brandy Rose #B48077

Tints of Brandy Rose #B48077

Color information

#B48077 (or 0xB48077) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 77. RGB value is (180,128,119). Sum of RGB (Red+Green+Blue) = 180+128+119=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B48077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48077 is #4B7F88. Grayscale: #8E8E8E. Windows color (decimal): -4947849 or 7831732. OLE color: 7831732.

HSL color Cylindrical-coordinate representation of color #B48077: hue angle of 8.85º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48077 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180128119-
CMYK00.290.340.29
HSL8.85º28.91%58.63%-
HSV(B)8.85º33.89%70.59%-
XYZ29.8726.4720.99-
YUV142.52114.73154.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=42.15%
G=29.98%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012811900.290.340.298.8528.9158.63
HexB4807701D221D91d3b
Octal2642001670354235113573
Binary1011010010000000111011101110110001011101100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48077; }

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

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

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

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

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

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

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

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