Html Css Color HEX #B56B75 Turkish Rose

📋 copy color: '#B56B75'

red 181 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #B56B75

Tints of Turkish Rose #B56B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 44.69%
G = 26.42%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B56B75 (or 0xB56B75) is known color: Turkish Rose. HEX triplet: B5, 6B and 75. RGB value is (181,107,117). Sum of RGB (Red+Green+Blue) = 181+107+117=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B75 is #4A948A. Grayscale: #828282. Windows color (decimal): -4887691 or 7695285. OLE color: 7695285.

HSL color Cylindrical-coordinate representation of color #B56B75: hue angle of 351.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56B75 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 107 117 -
CMYK 0 0.41 0.35 0.29
HSL 351.89º 0.33% 0.56% -
HSV(B) 351.89º 0.41% 0.71% -
XYZ 27.52 21.62 19.55 -
YUV 130.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 181 107 117 0 0.41 0.35 0.29 351.89 0.33 0.56
Hex B5 6B 75 0 29 23 1D 160 21 38
Octal 265 153 165 0 51 43 35 540 41 70
Binary 10110101 1101011 1110101 0 101001 100011 11101 101100000 100001 111000

Color Harmonies of #B56B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56B75

Black with #B56B75

Text Example


Text Example

White with #B56B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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