Html Css Color HEX #B56975 Turkish Rose

📋 copy color: '#B56975'

red 181 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #B56975

Tints of Turkish Rose #B56975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 44.91%
G = 26.05%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B56975 (or 0xB56975) is known color: Turkish Rose. HEX triplet: B5, 69 and 75. RGB value is (181,105,117). Sum of RGB (Red+Green+Blue) = 181+105+117=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56975 is #4A968A. Grayscale: #818181. Windows color (decimal): -4888203 or 7694773. OLE color: 7694773.

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

Color convert

RGB 181 105 117 -
CMYK 0 0.42 0.35 0.29
HSL 350.53º 0.34% 0.56% -
HSV(B) 350.53º 0.42% 0.71% -
XYZ 27.32 21.21 19.48 -
YUV 129.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 181 105 117 0 0.42 0.35 0.29 350.53 0.34 0.56
Hex B5 69 75 0 2A 23 1D 15F 22 38
Octal 265 151 165 0 52 43 35 537 42 70
Binary 10110101 1101001 1110101 0 101010 100011 11101 101011111 100010 111000

Color Harmonies of #B56975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56975

Black with #B56975

Text Example


Text Example

White with #B56975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56975; }

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

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

background-color css

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

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

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

border-color css

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

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

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