Html Css Color HEX #B56575 Turkish Rose

📋 copy color: '#B56575'

red 181 ◦ green 101 ◦ blue 117

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

Shades of Turkish Rose #B56575

Tints of Turkish Rose #B56575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 45.36%
G = 25.31%
B = 29.32%

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

#B56575 (or 0xB56575) is known color: Turkish Rose. HEX triplet: B5, 65 and 75. RGB value is (181,101,117). Sum of RGB (Red+Green+Blue) = 181+101+117=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56575 is #4A9A8A. Grayscale: #7E7E7E. Windows color (decimal): -4889227 or 7693749. OLE color: 7693749.

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

Color convert

RGB 181 101 117 -
CMYK 0 0.44 0.35 0.29
HSL 348º 0.35% 0.55% -
HSV(B) 348º 0.44% 0.71% -
XYZ 26.92 20.42 19.35 -
YUV 126.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 181 101 117 0 0.44 0.35 0.29 348 0.35 0.55
Hex B5 65 75 0 2C 23 1D 15C 23 37
Octal 265 145 165 0 54 43 35 534 43 67
Binary 10110101 1100101 1110101 0 101100 100011 11101 101011100 100011 110111

Color Harmonies of #B56575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56575

Black with #B56575

Text Example


Text Example

White with #B56575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56575; }

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

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

background-color css

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

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

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

border-color css

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

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

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