Html Css Color HEX #B56676 Turkish Rose

📋 copy color: '#B56676'

red 181 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #B56676

Tints of Turkish Rose #B56676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 45.14%
G = 25.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B56676 (or 0xB56676) is known color: Turkish Rose. HEX triplet: B5, 66 and 76. RGB value is (181,102,118). Sum of RGB (Red+Green+Blue) = 181+102+118=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B56676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56676 is #4A9989. Grayscale: #7F7F7F. Windows color (decimal): -4888970 or 7759541. OLE color: 7759541.

HSL color Cylindrical-coordinate representation of color #B56676: hue angle of 347.85º 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 #B56676 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 118 -
CMYK 0 0.44 0.35 0.29
HSL 347.85º 0.35% 0.55% -
HSV(B) 347.85º 0.44% 0.71% -
XYZ 27.08 20.63 19.7 -
YUV 127.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 181 102 118 0 0.44 0.35 0.29 347.85 0.35 0.55
Hex B5 66 76 0 2C 23 1D 15C 23 37
Octal 265 146 166 0 54 43 35 534 43 67
Binary 10110101 1100110 1110110 0 101100 100011 11101 101011100 100011 110111

Color Harmonies of #B56676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56676

Black with #B56676

Text Example


Text Example

White with #B56676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56676; }

 p { color: rgb(181,102,118); }

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

background-color css

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

 a { background-color: rgb(181,102,118); }

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

border-color css

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

 span { border-color: rgb(181,102,118); }

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