#B4817F

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

Shades of Brandy Rose #B4817F

Tints of Brandy Rose #B4817F

Color information

#B4817F (or 0xB4817F) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 7F. RGB value is (180,129,127). Sum of RGB (Red+Green+Blue) = 180+129+127=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4817F is #4B7E80. Grayscale: #909090. Windows color (decimal): -4947585 or 8356276. OLE color: 8356276.

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

Color convert

RGB180129127-
CMYK00.280.290.29
HSL2.26º26.11%60.2%-
HSV(B)2.26º29.44%70.59%-
XYZ30.526.9423.67-
YUV144.02118.4153.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 127 (50% from 255) = 29.13%
R=41.28%
G=29.59%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012912700.280.290.292.2626.1160.2
HexB4817F01C1D1D21a3c
Octal264201177034353523274
Binary1011010010000001111111101110011101111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4817F; }

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

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

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

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

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

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

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

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