#B6877F

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

Shades of Brandy Rose #B6877F

Tints of Brandy Rose #B6877F

Color information

#B6877F (or 0xB6877F) is unknown color: approx Brandy Rose. HEX triplet: B6, 87 and 7F. RGB value is (182,135,127). Sum of RGB (Red+Green+Blue) = 182+135+127=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6877F is #497880. Grayscale: #949494. Windows color (decimal): -4814977 or 8357814. OLE color: 8357814.

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

Color convert

RGB182135127-
CMYK00.260.300.29
HSL8.73º27.36%60.59%-
HSV(B)8.73º30.22%71.37%-
XYZ31.7928.8123.96-
YUV148.14116.07152.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 127 (50% from 255) = 28.60%
R=40.99%
G=30.41%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213512700.260.300.298.7327.3660.59
HexB6877F01A1E1D91b3d
Octal2662071770323635113375
Binary101101101000011111111110110101111011101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6877F; }

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

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

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

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

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

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

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

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