#B7857F

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

Shades of Brandy Rose #B7857F

Tints of Brandy Rose #B7857F

Color information

#B7857F (or 0xB7857F) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 7F. RGB value is (183,133,127). Sum of RGB (Red+Green+Blue) = 183+133+127=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7857F is #487A80. Grayscale: #939393. Windows color (decimal): -4749953 or 8357303. OLE color: 8357303.

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

Color convert

RGB183133127-
CMYK00.270.310.28
HSL6.43º28%60.78%-
HSV(B)6.43º30.6%71.76%-
XYZ31.7528.3723.88-
YUV147.27116.56153.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 127 (50% from 255) = 28.67%
R=41.31%
G=30.02%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313312700.270.310.286.432860.78
HexB7857F01B1F1C61c3d
Octal267205177033373463475
Binary10110111100001011111111011011111111110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7857F; }

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

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

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

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

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

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

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

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