#B4817B

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

Shades of Brandy Rose #B4817B

Tints of Brandy Rose #B4817B

Color information

#B4817B (or 0xB4817B) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 7B. RGB value is (180,129,123). Sum of RGB (Red+Green+Blue) = 180+129+123=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4817B is #4B7E84. Grayscale: #8F8F8F. Windows color (decimal): -4947589 or 8094132. OLE color: 8094132.

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

Color convert

RGB180129123-
CMYK00.280.320.29
HSL6.32º27.54%59.41%-
HSV(B)6.32º31.67%70.59%-
XYZ30.2526.8322.32-
YUV143.56116.4153.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=41.67%
G=29.86%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012912300.280.320.296.3227.5459.41
HexB4817B01C201D61c3b
Octal264201173034403563473
Binary101101001000000111110110111001000001110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4817B; }

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

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

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

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

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

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

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

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