Html Css Color HEX #B57F77 Brandy Rose

📋 copy color: '#B57F77'

red 181 ◦ green 127 ◦ blue 119

#B57F77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B57F77

Tints of Brandy Rose #B57F77

RGB

 RED value IS 181 (71.09% from 255) = 42.39%

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 42.39%
G = 29.74%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57F77 (or 0xB57F77) is known color: Brandy Rose. HEX triplet: B5, 7F and 77. RGB value is (181,127,119). Sum of RGB (Red+Green+Blue) = 181+127+119=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F77 is #4A8088. Grayscale: #8E8E8E. Windows color (decimal): -4882569 or 7831477. OLE color: 7831477.

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

Color convert

RGB 181 127 119 -
CMYK 0 0.30 0.34 0.29
HSL 7.74º 0.3% 0.59% -
HSV(B) 7.74º 0.34% 0.71% -
XYZ 29.98 26.33 20.96 -
YUV 142.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 181 127 119 0 0.30 0.34 0.29 7.74 0.3 0.59
Hex B5 7F 77 0 1E 22 1D 8 1E 3B
Octal 265 177 167 0 36 42 35 10 36 73
Binary 10110101 1111111 1110111 0 11110 100010 11101 1000 11110 111011

Color Harmonies of #B57F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F77

Black with #B57F77

Text Example


Text Example

White with #B57F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F77; }

 p { color: rgb(181,127,119); }

 H1.HeaderClassName
 {
   color: #B57F77;
 }
 .AnyTagClassName
 {
   color: #B57F77;
 }
</style>

background-color css

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

 a { background-color: rgb(181,127,119); }

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

border-color css

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

 span { border-color: rgb(181,127,119); }

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