Html Css Color HEX #B56774 Turkish Rose

📋 copy color: '#B56774'

red 181 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #B56774

Tints of Turkish Rose #B56774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 45.25%
G = 25.75%
B = 29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B56774 (or 0xB56774) is known color: Turkish Rose. HEX triplet: B5, 67 and 74. RGB value is (181,103,116). Sum of RGB (Red+Green+Blue) = 181+103+116=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56774 is #4A988B. Grayscale: #7F7F7F. Windows color (decimal): -4888716 or 7628725. OLE color: 7628725.

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

Color convert

RGB 181 103 116 -
CMYK 0 0.43 0.36 0.29
HSL 350º 0.35% 0.56% -
HSV(B) 350º 0.43% 0.71% -
XYZ 27.06 20.79 19.11 -
YUV 127.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 181 103 116 0 0.43 0.36 0.29 350 0.35 0.56
Hex B5 67 74 0 2B 24 1D 15E 23 38
Octal 265 147 164 0 53 44 35 536 43 70
Binary 10110101 1100111 1110100 0 101011 100100 11101 101011110 100011 111000

Color Harmonies of #B56774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56774

Black with #B56774

Text Example


Text Example

White with #B56774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56774; }

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

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

background-color css

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

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

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

border-color css

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

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

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