#B7856D

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

Shades of Brandy Rose #B7856D

Tints of Brandy Rose #B7856D

Color information

#B7856D (or 0xB7856D) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 6D. RGB value is (183,133,109). Sum of RGB (Red+Green+Blue) = 183+133+109=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7856D is #487A92. Grayscale: #919191. Windows color (decimal): -4749971 or 7177655. OLE color: 7177655.

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

Color convert

RGB183133109-
CMYK00.270.400.28
HSL19.46º33.94%57.25%-
HSV(B)19.46º40.44%71.76%-
XYZ30.6827.9518.25-
YUV145.21107.56154.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=43.06%
G=31.29%
B=25.65%

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
Decimal18313310900.270.400.2819.4633.9457.25
HexB7856D01B281C132239
Octal2672051550335034234271
Binary101101111000010111011010110111010001110010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7856D; }

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

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

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

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

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

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

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

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