Html Css Color HEX #B56566 Turkish Rose

📋 copy color: '#B56566'

red 181 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #B56566

Tints of Turkish Rose #B56566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 47.14%
G = 26.3%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B56566 (or 0xB56566) is known color: Turkish Rose. HEX triplet: B5, 65 and 66. RGB value is (181,101,102). Sum of RGB (Red+Green+Blue) = 181+101+102=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56566 is #4A9A99. Grayscale: #7D7D7D. Windows color (decimal): -4889242 or 6710709. OLE color: 6710709.

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

Color convert

RGB 181 101 102 -
CMYK 0 0.44 0.44 0.29
HSL 359.25º 0.35% 0.55% -
HSV(B) 359.25º 0.44% 0.71% -
XYZ 26.11 20.09 15.07 -
YUV 125.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 181 101 102 0 0.44 0.44 0.29 359.25 0.35 0.55
Hex B5 65 66 0 2C 2C 1D 167 23 37
Octal 265 145 146 0 54 54 35 547 43 67
Binary 10110101 1100101 1100110 0 101100 101100 11101 101100111 100011 110111

Color Harmonies of #B56566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56566

Black with #B56566

Text Example


Text Example

White with #B56566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56566; }

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

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

background-color css

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

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

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

border-color css

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

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

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