#B48174

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

Shades of Brandy Rose #B48174

Tints of Brandy Rose #B48174

Color information

#B48174 (or 0xB48174) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 74. RGB value is (180,129,116). Sum of RGB (Red+Green+Blue) = 180+129+116=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48174 is #4B7E8B. Grayscale: #8E8E8E. Windows color (decimal): -4947596 or 7635380. OLE color: 7635380.

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

Color convert

RGB180129116-
CMYK00.280.360.29
HSL12.19º29.91%58.04%-
HSV(B)12.19º35.56%70.59%-
XYZ29.8326.6620.1-
YUV142.77112.9154.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=42.35%
G=30.35%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012911600.280.360.2912.1929.9158.04
HexB4817401C241Dc1e3a
Octal2642011640344435143672
Binary1011010010000001111010001110010010011101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48174; }

 p { color: rgb(180,129,116); }

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

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

 a { background-color: rgb(180,129,116); }

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

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

 span { border-color: rgb(180,129,116); }

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