Html Css Color HEX #B57377 Turkish Rose

📋 copy color: '#B57377'

red 181 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #B57377

Tints of Turkish Rose #B57377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

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

R = 43.61%
G = 27.71%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57377 (or 0xB57377) is known color: Turkish Rose. HEX triplet: B5, 73 and 77. RGB value is (181,115,119). Sum of RGB (Red+Green+Blue) = 181+115+119=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57377 is #4A8C88. Grayscale: #878787. Windows color (decimal): -4885641 or 7828405. OLE color: 7828405.

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

Color convert

RGB 181 115 119 -
CMYK 0 0.36 0.34 0.29
HSL 356.36º 0.31% 0.58% -
HSV(B) 356.36º 0.36% 0.71% -
XYZ 28.52 23.42 20.47 -
YUV 135.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 181 115 119 0 0.36 0.34 0.29 356.36 0.31 0.58
Hex B5 73 77 0 24 22 1D 164 1F 3A
Octal 265 163 167 0 44 42 35 544 37 72
Binary 10110101 1110011 1110111 0 100100 100010 11101 101100100 11111 111010

Color Harmonies of #B57377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57377

Black with #B57377

Text Example


Text Example

White with #B57377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57377; }

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

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

background-color css

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

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

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

border-color css

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

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

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