#B4817D

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

Shades of Brandy Rose #B4817D

Tints of Brandy Rose #B4817D

Color information

#B4817D (or 0xB4817D) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 7D. RGB value is (180,129,125). Sum of RGB (Red+Green+Blue) = 180+129+125=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4817D is #4B7E82. Grayscale: #8F8F8F. Windows color (decimal): -4947587 or 8225204. OLE color: 8225204.

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

Color convert

RGB180129125-
CMYK00.280.310.29
HSL4.36º26.83%59.8%-
HSV(B)4.36º30.56%70.59%-
XYZ30.3726.8822.99-
YUV143.79117.4153.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=41.47%
G=29.72%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012912500.280.310.294.3626.8359.8
HexB4817D01C1F1D41b3c
Octal264201175034373543374
Binary10110100100000011111101011100111111110110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4817D; }

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

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

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

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

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

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

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

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