#B48379

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

Shades of Brandy Rose #B48379

Tints of Brandy Rose #B48379

Color information

#B48379 (or 0xB48379) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 79. RGB value is (180,131,121). Sum of RGB (Red+Green+Blue) = 180+131+121=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48379 is #4B7C86. Grayscale: #909090. Windows color (decimal): -4947079 or 7963572. OLE color: 7963572.

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

Color convert

RGB180131121-
CMYK00.270.330.29
HSL10.17º28.23%59.02%-
HSV(B)10.17º32.78%70.59%-
XYZ30.3927.3221.76-
YUV144.51114.73153.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=41.67%
G=30.32%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013112100.270.330.2910.1728.2359.02
HexB4837901B211Da1c3b
Octal2642031710334135123473
Binary1011010010000011111100101101110000111101101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48379; }

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

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

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

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

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

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

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

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