#B57C7A

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

Shades of Brandy Rose #B57C7A

Tints of Brandy Rose #B57C7A

Color information

#B57C7A (or 0xB57C7A) is unknown color: approx Brandy Rose. HEX triplet: B5, 7C and 7A. RGB value is (181,124,122). Sum of RGB (Red+Green+Blue) = 181+124+122=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C7A is #4A8385. Grayscale: #8C8C8C. Windows color (decimal): -4883334 or 8027317. OLE color: 8027317.

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

Color convert

RGB181124122-
CMYK00.310.330.29
HSL2.03º28.5%59.41%-
HSV(B)2.03º32.6%70.98%-
XYZ29.7825.6421.79-
YUV140.82117.38156.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=42.39%
G=29.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112412200.310.330.292.0328.559.41
HexB57C7A01F211D21d3b
Octal265174172037413523573
Binary1011010111111001111010011111100001111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C7A; }

 p { color: rgb(181,124,122); }

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

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

 a { background-color: rgb(181,124,122); }

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

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

 span { border-color: rgb(181,124,122); }

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