#B0857F

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

Shades of Brandy Rose #B0857F

Tints of Brandy Rose #B0857F

Color information

#B0857F (or 0xB0857F) is unknown color: approx Brandy Rose. HEX triplet: B0, 85 and 7F. RGB value is (176,133,127). Sum of RGB (Red+Green+Blue) = 176+133+127=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0857F is #4F7A80. Grayscale: #919191. Windows color (decimal): -5208705 or 8357296. OLE color: 8357296.

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

Color convert

RGB176133127-
CMYK00.240.280.31
HSL7.35º23.67%59.41%-
HSV(B)7.35º27.84%69.02%-
XYZ30.1227.5423.81-
YUV145.17117.75149.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 127 (50% from 255) = 29.13%
R=40.37%
G=30.50%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613312700.240.280.317.3523.6759.41
HexB0857F0181C1F7183b
Octal260205177030343773073
Binary10110000100001011111111011000111001111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0857F; }

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

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

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

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

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

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

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

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