Html Css Color HEX #B57074 Turkish Rose

📋 copy color: '#B57074'

red 181 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #B57074

Tints of Turkish Rose #B57074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 44.25%
G = 27.38%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B57074 (or 0xB57074) is known color: Turkish Rose. HEX triplet: B5, 70 and 74. RGB value is (181,112,116). Sum of RGB (Red+Green+Blue) = 181+112+116=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B57074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57074 is #4A8F8B. Grayscale: #858585. Windows color (decimal): -4886412 or 7631029. OLE color: 7631029.

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

Color convert

RGB 181 112 116 -
CMYK 0 0.38 0.36 0.29
HSL 356.52º 0.32% 0.57% -
HSV(B) 356.52º 0.38% 0.71% -
XYZ 28 22.67 19.42 -
YUV 133.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 181 112 116 0 0.38 0.36 0.29 356.52 0.32 0.57
Hex B5 70 74 0 26 24 1D 165 20 39
Octal 265 160 164 0 46 44 35 545 40 71
Binary 10110101 1110000 1110100 0 100110 100100 11101 101100101 100000 111001

Color Harmonies of #B57074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57074

Black with #B57074

Text Example


Text Example

White with #B57074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57074; }

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

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

background-color css

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

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

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

border-color css

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

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

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