#B3877F

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

Shades of Brandy Rose #B3877F

Tints of Brandy Rose #B3877F

Color information

#B3877F (or 0xB3877F) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 7F. RGB value is (179,135,127). Sum of RGB (Red+Green+Blue) = 179+135+127=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3877F is #4C7880. Grayscale: #939393. Windows color (decimal): -5011585 or 8357811. OLE color: 8357811.

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

Color convert

RGB179135127-
CMYK00.250.290.30
HSL9.23º25.49%60%-
HSV(B)9.23º29.05%70.2%-
XYZ31.0928.4423.93-
YUV147.24116.58150.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 127 (50% from 255) = 28.80%
R=40.59%
G=30.61%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913512700.250.290.309.2325.4960
HexB3877F0191D1E9193c
Octal2632071770313536113174
Binary101100111000011111111110110011110111110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3877F; }

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

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

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

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

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

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

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

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