Html Css Color HEX #B56974 Turkish Rose

📋 copy color: '#B56974'

red 181 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #B56974

Tints of Turkish Rose #B56974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

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

R = 45.02%
G = 26.12%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B56974 (or 0xB56974) is known color: Turkish Rose. HEX triplet: B5, 69 and 74. RGB value is (181,105,116). Sum of RGB (Red+Green+Blue) = 181+105+116=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B56974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56974 is #4A968B. Grayscale: #818181. Windows color (decimal): -4888204 or 7629237. OLE color: 7629237.

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

Color convert

RGB 181 105 116 -
CMYK 0 0.42 0.36 0.29
HSL 351.32º 0.34% 0.56% -
HSV(B) 351.32º 0.42% 0.71% -
XYZ 27.26 21.19 19.18 -
YUV 128.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 181 105 116 0 0.42 0.36 0.29 351.32 0.34 0.56
Hex B5 69 74 0 2A 24 1D 15F 22 38
Octal 265 151 164 0 52 44 35 537 42 70
Binary 10110101 1101001 1110100 0 101010 100100 11101 101011111 100010 111000

Color Harmonies of #B56974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56974

Black with #B56974

Text Example


Text Example

White with #B56974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56974; }

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

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

background-color css

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

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

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

border-color css

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

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

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