Html Css Color HEX #B57175 Turkish Rose

📋 copy color: '#B57175'

red 181 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #B57175

Tints of Turkish Rose #B57175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 44.04%
G = 27.49%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B57175 (or 0xB57175) is known color: Turkish Rose. HEX triplet: B5, 71 and 75. RGB value is (181,113,117). Sum of RGB (Red+Green+Blue) = 181+113+117=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57175 is #4A8E8A. Grayscale: #858585. Windows color (decimal): -4886155 or 7696821. OLE color: 7696821.

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

Color convert

RGB 181 113 117 -
CMYK 0 0.38 0.35 0.29
HSL 356.47º 0.31% 0.58% -
HSV(B) 356.47º 0.38% 0.71% -
XYZ 28.17 22.92 19.77 -
YUV 133.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 181 113 117 0 0.38 0.35 0.29 356.47 0.31 0.58
Hex B5 71 75 0 26 23 1D 164 1F 3A
Octal 265 161 165 0 46 43 35 544 37 72
Binary 10110101 1110001 1110101 0 100110 100011 11101 101100100 11111 111010

Color Harmonies of #B57175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57175

Black with #B57175

Text Example


Text Example

White with #B57175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57175; }

 p { color: rgb(181,113,117); }

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

background-color css

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

 a { background-color: rgb(181,113,117); }

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

border-color css

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

 span { border-color: rgb(181,113,117); }

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