#B3847C

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

Shades of Brandy Rose #B3847C

Tints of Brandy Rose #B3847C

Color information

#B3847C (or 0xB3847C) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 7C. RGB value is (179,132,124). Sum of RGB (Red+Green+Blue) = 179+132+124=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847C is #4C7B83. Grayscale: #919191. Windows color (decimal): -5012356 or 8160435. OLE color: 8160435.

HSL color Cylindrical-coordinate representation of color #B3847C: hue angle of 8.73º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3847C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179132124-
CMYK00.260.310.30
HSL8.73º26.57%59.41%-
HSV(B)8.73º30.73%70.2%-
XYZ30.4827.5422.78-
YUV145.14116.07152.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=41.15%
G=30.34%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913212400.260.310.308.7326.5759.41
HexB3847C01A1F1E91b3b
Octal2632041740323736113373
Binary101100111000010011111000110101111111110100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3847C; }

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

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

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

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

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

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

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

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