#B48279

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

Shades of Brandy Rose #B48279

Tints of Brandy Rose #B48279

Color information

#B48279 (or 0xB48279) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 79. RGB value is (180,130,121). Sum of RGB (Red+Green+Blue) = 180+130+121=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48279 is #4B7D86. Grayscale: #909090. Windows color (decimal): -4947335 or 7963316. OLE color: 7963316.

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

Color convert

RGB180130121-
CMYK00.280.330.29
HSL9.15º28.23%59.02%-
HSV(B)9.15º32.78%70.59%-
XYZ30.2627.0521.72-
YUV143.92115.06153.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=41.76%
G=30.16%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013012100.280.330.299.1528.2359.02
HexB4827901C211D91c3b
Octal2642021710344135113473
Binary1011010010000010111100101110010000111101100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48279; }

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

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

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

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

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

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

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

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