#B7857B

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

Shades of Brandy Rose #B7857B

Tints of Brandy Rose #B7857B

Color information

#B7857B (or 0xB7857B) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 7B. RGB value is (183,133,123). Sum of RGB (Red+Green+Blue) = 183+133+123=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7857B is #487A84. Grayscale: #929292. Windows color (decimal): -4749957 or 8095159. OLE color: 8095159.

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

Color convert

RGB183133123-
CMYK00.270.330.28
HSL10º29.41%60%-
HSV(B)10º32.79%71.76%-
XYZ31.4928.2722.54-
YUV146.81114.56153.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=41.69%
G=30.30%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313312300.270.330.281029.4160
HexB7857B01B211Ca1d3c
Octal2672051730334134123574
Binary1011011110000101111101101101110000111100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7857B; }

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

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

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

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

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

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

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

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