#B4816C

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

Shades of Brandy Rose #B4816C

Tints of Brandy Rose #B4816C

Color information

#B4816C (or 0xB4816C) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 6C. RGB value is (180,129,108). Sum of RGB (Red+Green+Blue) = 180+129+108=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816C is #4B7E93. Grayscale: #8D8D8D. Windows color (decimal): -4947604 or 7111092. OLE color: 7111092.

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

Color convert

RGB180129108-
CMYK00.280.400.29
HSL17.5º32.43%56.47%-
HSV(B)17.5º40%70.59%-
XYZ29.3826.4917.75-
YUV141.86108.9155.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=43.17%
G=30.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012910800.280.400.2917.532.4356.47
HexB4816C01C281D122038
Octal2642011540345035224070
Binary101101001000000111011000111001010001110110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4816C; }

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

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

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

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

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

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

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

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