Html Css Color HEX #B56D74 Turkish Rose

📋 copy color: '#B56D74'

red 181 ◦ green 109 ◦ blue 116

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

Shades of Turkish Rose #B56D74

Tints of Turkish Rose #B56D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

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

R = 44.58%
G = 26.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B56D74 (or 0xB56D74) is known color: Turkish Rose. HEX triplet: B5, 6D and 74. RGB value is (181,109,116). Sum of RGB (Red+Green+Blue) = 181+109+116=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D74 is #4A928B. Grayscale: #838383. Windows color (decimal): -4887180 or 7630261. OLE color: 7630261.

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

Color convert

RGB 181 109 116 -
CMYK 0 0.40 0.36 0.29
HSL 354.17º 0.33% 0.57% -
HSV(B) 354.17º 0.4% 0.71% -
XYZ 27.68 22.02 19.31 -
YUV 131.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 181 109 116 0 0.40 0.36 0.29 354.17 0.33 0.57
Hex B5 6D 74 0 28 24 1D 162 21 39
Octal 265 155 164 0 50 44 35 542 41 71
Binary 10110101 1101101 1110100 0 101000 100100 11101 101100010 100001 111001

Color Harmonies of #B56D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D74

Black with #B56D74

Text Example


Text Example

White with #B56D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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