Html Css Color HEX #B56471 Turkish Rose

📋 copy color: '#B56471'

red 181 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #B56471

Tints of Turkish Rose #B56471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 45.94%
G = 25.38%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B56471 (or 0xB56471) is known color: Turkish Rose. HEX triplet: B5, 64 and 71. RGB value is (181,100,113). Sum of RGB (Red+Green+Blue) = 181+100+113=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56471 is #4A9B8E. Grayscale: #7D7D7D. Windows color (decimal): -4889487 or 7431349. OLE color: 7431349.

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

Color convert

RGB 181 100 113 -
CMYK 0 0.45 0.38 0.29
HSL 350.37º 0.35% 0.55% -
HSV(B) 350.37º 0.45% 0.71% -
XYZ 26.59 20.13 18.11 -
YUV 125.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 181 100 113 0 0.45 0.38 0.29 350.37 0.35 0.55
Hex B5 64 71 0 2D 26 1D 15E 23 37
Octal 265 144 161 0 55 46 35 536 43 67
Binary 10110101 1100100 1110001 0 101101 100110 11101 101011110 100011 110111

Color Harmonies of #B56471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56471

Black with #B56471

Text Example


Text Example

White with #B56471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56471; }

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

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

background-color css

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

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

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

border-color css

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

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

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