#B48277

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

Shades of Brandy Rose #B48277

Tints of Brandy Rose #B48277

Color information

#B48277 (or 0xB48277) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 77. RGB value is (180,130,119). Sum of RGB (Red+Green+Blue) = 180+130+119=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48277 is #4B7D88. Grayscale: #8F8F8F. Windows color (decimal): -4947337 or 7832244. OLE color: 7832244.

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

Color convert

RGB180130119-
CMYK00.280.340.29
HSL10.82º28.91%58.63%-
HSV(B)10.82º33.89%70.59%-
XYZ30.132721.08-
YUV143.7114.06153.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=41.96%
G=30.30%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013011900.280.340.2910.8228.9158.63
HexB4827701C221Db1d3b
Octal2642021670344235133573
Binary1011010010000010111011101110010001011101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48277; }

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

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

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

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

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

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

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

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