#B3877C

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

Shades of Brandy Rose #B3877C

Tints of Brandy Rose #B3877C

Color information

#B3877C (or 0xB3877C) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 7C. RGB value is (179,135,124). Sum of RGB (Red+Green+Blue) = 179+135+124=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3877C is #4C7883. Grayscale: #929292. Windows color (decimal): -5011588 or 8161203. OLE color: 8161203.

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

Color convert

RGB179135124-
CMYK00.250.310.30
HSL12º26.57%59.41%-
HSV(B)12º30.73%70.2%-
XYZ30.8928.3722.92-
YUV146.9115.08150.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=40.87%
G=30.82%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913512400.250.310.301226.5759.41
HexB3877C0191F1Ec1b3b
Octal2632071740313736143373
Binary101100111000011111111000110011111111110110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3877C; }

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

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

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

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

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

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

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

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