#B4816F

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

Shades of Brandy Rose #B4816F

Tints of Brandy Rose #B4816F

Color information

#B4816F (or 0xB4816F) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 6F. RGB value is (180,129,111). Sum of RGB (Red+Green+Blue) = 180+129+111=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816F is #4B7E90. Grayscale: #8E8E8E. Windows color (decimal): -4947601 or 7307700. OLE color: 7307700.

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

Color convert

RGB180129111-
CMYK00.280.380.29
HSL15.65º31.51%57.06%-
HSV(B)15.65º38.33%70.59%-
XYZ29.5426.5518.61-
YUV142.2110.4154.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=42.86%
G=30.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012911100.280.380.2915.6531.5157.06
HexB4816F01C261D102039
Octal2642011570344635204071
Binary101101001000000111011110111001001101110110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4816F; }

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

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

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

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

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

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

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

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