#B3847F

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

Shades of Brandy Rose #B3847F

Tints of Brandy Rose #B3847F

Color information

#B3847F (or 0xB3847F) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 7F. RGB value is (179,132,127). Sum of RGB (Red+Green+Blue) = 179+132+127=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847F is #4C7B80. Grayscale: #919191. Windows color (decimal): -5012353 or 8357043. OLE color: 8357043.

HSL color Cylindrical-coordinate representation of color #B3847F: hue angle of 5.77º 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 #B3847F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB179132127-
CMYK00.260.290.30
HSL5.77º25.49%60%-
HSV(B)5.77º29.05%70.2%-
XYZ30.6727.6223.79-
YUV145.48117.57151.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 127 (50% from 255) = 29.00%
R=40.87%
G=30.14%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913212700.260.290.305.7725.4960
HexB3847F01A1D1E6193c
Octal263204177032353663174
Binary10110011100001001111111011010111011111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3847F; }

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

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

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

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

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

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

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

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