Html Css Color HEX #B56670 Turkish Rose

📋 copy color: '#B56670'

red 181 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B56670

Tints of Turkish Rose #B56670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 45.82%
G = 25.82%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B56670 (or 0xB56670) is known color: Turkish Rose. HEX triplet: B5, 66 and 70. RGB value is (181,102,112). Sum of RGB (Red+Green+Blue) = 181+102+112=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B56670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56670 is #4A998F. Grayscale: #7E7E7E. Windows color (decimal): -4888976 or 7366325. OLE color: 7366325.

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

Color convert

RGB 181 102 112 -
CMYK 0 0.44 0.38 0.29
HSL 352.41º 0.35% 0.55% -
HSV(B) 352.41º 0.44% 0.71% -
XYZ 26.73 20.5 17.88 -
YUV 126.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 181 102 112 0 0.44 0.38 0.29 352.41 0.35 0.55
Hex B5 66 70 0 2C 26 1D 160 23 37
Octal 265 146 160 0 54 46 35 540 43 67
Binary 10110101 1100110 1110000 0 101100 100110 11101 101100000 100011 110111

Color Harmonies of #B56670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56670

Black with #B56670

Text Example


Text Example

White with #B56670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56670; }

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

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

background-color css

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

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

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

border-color css

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

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

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