#B48975

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

Shades of Brandy Rose #B48975

Tints of Brandy Rose #B48975

Color information

#B48975 (or 0xB48975) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 75. RGB value is (180,137,117). Sum of RGB (Red+Green+Blue) = 180+137+117=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B48975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48975 is #4B768A. Grayscale: #939393. Windows color (decimal): -4945547 or 7702964. OLE color: 7702964.

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

Color convert

RGB180137117-
CMYK00.240.350.29
HSL19.05º29.58%58.24%-
HSV(B)19.05º35%70.59%-
XYZ30.9828.8820.77-
YUV147.58110.75151.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=41.47%
G=31.57%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013711700.240.350.2919.0529.5858.24
HexB48975018231D131e3a
Octal2642111650304335233672
Binary10110100100010011110101011000100011111011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48975; }

 p { color: rgb(180,137,117); }

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

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

 a { background-color: rgb(180,137,117); }

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

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

 span { border-color: rgb(180,137,117); }

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