Html Css Color HEX #B56570 Turkish Rose

📋 copy color: '#B56570'

red 181 ◦ green 101 ◦ blue 112

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

Shades of Turkish Rose #B56570

Tints of Turkish Rose #B56570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 45.94%
G = 25.63%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B56570 (or 0xB56570) is known color: Turkish Rose. HEX triplet: B5, 65 and 70. RGB value is (181,101,112). Sum of RGB (Red+Green+Blue) = 181+101+112=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56570 is #4A9A8F. Grayscale: #7E7E7E. Windows color (decimal): -4889232 or 7366069. OLE color: 7366069.

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

Color convert

RGB 181 101 112 -
CMYK 0 0.44 0.38 0.29
HSL 351.75º 0.35% 0.55% -
HSV(B) 351.75º 0.44% 0.71% -
XYZ 26.63 20.3 17.84 -
YUV 126.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 181 101 112 0 0.44 0.38 0.29 351.75 0.35 0.55
Hex B5 65 70 0 2C 26 1D 160 23 37
Octal 265 145 160 0 54 46 35 540 43 67
Binary 10110101 1100101 1110000 0 101100 100110 11101 101100000 100011 110111

Color Harmonies of #B56570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56570

Black with #B56570

Text Example


Text Example

White with #B56570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56570; }

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

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

background-color css

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

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

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

border-color css

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

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

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