#B7866E

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

Shades of Brandy Rose #B7866E

Tints of Brandy Rose #B7866E

Color information

#B7866E (or 0xB7866E) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 6E. RGB value is (183,134,110). Sum of RGB (Red+Green+Blue) = 183+134+110=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866E is #487991. Grayscale: #929292. Windows color (decimal): -4749714 or 7243447. OLE color: 7243447.

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

Color convert

RGB183134110-
CMYK00.270.400.28
HSL19.73º33.64%57.45%-
HSV(B)19.73º39.89%71.76%-
XYZ30.8728.2418.58-
YUV145.92107.73154.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=42.86%
G=31.38%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313411000.270.400.2819.7333.6457.45
HexB7866E01B281C142239
Octal2672061560335034244271
Binary101101111000011011011100110111010001110010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7866E; }

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

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

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

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

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

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

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

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