#B7866C

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

Shades of Brandy Rose #B7866C

Tints of Brandy Rose #B7866C

Color information

#B7866C (or 0xB7866C) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 6C. RGB value is (183,134,108). Sum of RGB (Red+Green+Blue) = 183+134+108=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866C is #487993. Grayscale: #919191. Windows color (decimal): -4749716 or 7112375. OLE color: 7112375.

HSL color Cylindrical-coordinate representation of color #B7866C: hue angle of 20.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7866C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183134108-
CMYK00.270.410.28
HSL20.8º34.25%57.06%-
HSV(B)20.8º40.98%71.76%-
XYZ30.7628.218.01-
YUV145.69106.73154.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=43.06%
G=31.53%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313410800.270.410.2820.834.2557.06
HexB7866C01B291C152239
Octal2672061540335134254271
Binary101101111000011011011000110111010011110010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7866C; }

 p { color: rgb(183,134,108); }

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

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

 a { background-color: rgb(183,134,108); }

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

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

 span { border-color: rgb(183,134,108); }

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