#B3817F

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

Shades of Brandy Rose #B3817F

Tints of Brandy Rose #B3817F

Color information

#B3817F (or 0xB3817F) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 7F. RGB value is (179,129,127). Sum of RGB (Red+Green+Blue) = 179+129+127=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817F is #4C7E80. Grayscale: #8F8F8F. Windows color (decimal): -5013121 or 8356275. OLE color: 8356275.

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

Color convert

RGB179129127-
CMYK00.280.290.30
HSL2.31º25.49%60%-
HSV(B)2.31º29.05%70.2%-
XYZ30.2726.8223.66-
YUV143.72118.56153.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 127 (50% from 255) = 29.20%
R=41.15%
G=29.66%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912912700.280.290.302.3125.4960
HexB3817F01C1D1E2193c
Octal263201177034353623174
Binary1011001110000001111111101110011101111101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3817F; }

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

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

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

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

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

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

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

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