#B7856E

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

Shades of Brandy Rose #B7856E

Tints of Brandy Rose #B7856E

Color information

#B7856E (or 0xB7856E) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 6E. RGB value is (183,133,110). Sum of RGB (Red+Green+Blue) = 183+133+110=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7856E is #487A91. Grayscale: #919191. Windows color (decimal): -4749970 or 7243191. OLE color: 7243191.

HSL color Cylindrical-coordinate representation of color #B7856E: hue angle of 18.9º 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 #B7856E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183133110-
CMYK00.270.400.28
HSL18.9º33.64%57.45%-
HSV(B)18.9º39.89%71.76%-
XYZ30.7327.9718.53-
YUV145.33108.06154.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=42.96%
G=31.22%
B=25.82%

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
Decimal18313311000.270.400.2818.933.6457.45
HexB7856E01B281C132239
Octal2672051560335034234271
Binary101101111000010111011100110111010001110010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7856E; }

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

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

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

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

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

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

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

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