Html Css Color HEX #B57778 Turkish Rose

📋 copy color: '#B57778'

red 181 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #B57778

Tints of Turkish Rose #B57778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 43.1%
G = 28.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57778 (or 0xB57778) is known color: Turkish Rose. HEX triplet: B5, 77 and 78. RGB value is (181,119,120). Sum of RGB (Red+Green+Blue) = 181+119+120=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57778 is #4A8887. Grayscale: #898989. Windows color (decimal): -4884616 or 7894965. OLE color: 7894965.

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

Color convert

RGB 181 119 120 -
CMYK 0 0.34 0.34 0.29
HSL 359.03º 0.3% 0.59% -
HSV(B) 359.03º 0.34% 0.71% -
XYZ 29.04 24.37 20.94 -
YUV 137.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 181 119 120 0 0.34 0.34 0.29 359.03 0.3 0.59
Hex B5 77 78 0 22 22 1D 167 1E 3B
Octal 265 167 170 0 42 42 35 547 36 73
Binary 10110101 1110111 1111000 0 100010 100010 11101 101100111 11110 111011

Color Harmonies of #B57778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57778

Black with #B57778

Text Example


Text Example

White with #B57778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57778; }

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

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

background-color css

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

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

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

border-color css

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

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

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