Html Css Color HEX #B56776 Turkish Rose

📋 copy color: '#B56776'

red 181 ◦ green 103 ◦ blue 118

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

Shades of Turkish Rose #B56776

Tints of Turkish Rose #B56776

RGB

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

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

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

R = 45.02%
G = 25.62%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B56776 (or 0xB56776) is known color: Turkish Rose. HEX triplet: B5, 67 and 76. RGB value is (181,103,118). Sum of RGB (Red+Green+Blue) = 181+103+118=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B56776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56776 is #4A9889. Grayscale: #808080. Windows color (decimal): -4888714 or 7759797. OLE color: 7759797.

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

Color convert

RGB 181 103 118 -
CMYK 0 0.43 0.35 0.29
HSL 348.46º 0.35% 0.56% -
HSV(B) 348.46º 0.43% 0.71% -
XYZ 27.18 20.83 19.73 -
YUV 128.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 181 103 118 0 0.43 0.35 0.29 348.46 0.35 0.56
Hex B5 67 76 0 2B 23 1D 15C 23 38
Octal 265 147 166 0 53 43 35 534 43 70
Binary 10110101 1100111 1110110 0 101011 100011 11101 101011100 100011 111000

Color Harmonies of #B56776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56776

Black with #B56776

Text Example


Text Example

White with #B56776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56776; }

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

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

background-color css

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

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

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

border-color css

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

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

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