Html Css Color HEX #B57477 Turkish Rose

📋 copy color: '#B57477'

red 181 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #B57477

Tints of Turkish Rose #B57477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

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

R = 43.51%
G = 27.88%
B = 28.61%

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

#B57477 (or 0xB57477) is known color: Turkish Rose. HEX triplet: B5, 74 and 77. RGB value is (181,116,119). Sum of RGB (Red+Green+Blue) = 181+116+119=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57477 is #4A8B88. Grayscale: #878787. Windows color (decimal): -4885385 or 7828661. OLE color: 7828661.

HSL color Cylindrical-coordinate representation of color #B57477: hue angle of 357.23º 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 #B57477 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 119 -
CMYK 0 0.36 0.34 0.29
HSL 357.23º 0.31% 0.58% -
HSV(B) 357.23º 0.36% 0.71% -
XYZ 28.63 23.65 20.51 -
YUV 135.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 181 116 119 0 0.36 0.34 0.29 357.23 0.31 0.58
Hex B5 74 77 0 24 22 1D 165 1F 3A
Octal 265 164 167 0 44 42 35 545 37 72
Binary 10110101 1110100 1110111 0 100100 100010 11101 101100101 11111 111010

Color Harmonies of #B57477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57477

Black with #B57477

Text Example


Text Example

White with #B57477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57477; }

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

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

background-color css

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

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

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

border-color css

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

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

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