Html Css Color HEX #B56972 Turkish Rose

📋 copy color: '#B56972'

red 181 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #B56972

Tints of Turkish Rose #B56972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 45.25%
G = 26.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B56972 (or 0xB56972) is known color: Turkish Rose. HEX triplet: B5, 69 and 72. RGB value is (181,105,114). Sum of RGB (Red+Green+Blue) = 181+105+114=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56972 is #4A968D. Grayscale: #808080. Windows color (decimal): -4888206 or 7498165. OLE color: 7498165.

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

Color convert

RGB 181 105 114 -
CMYK 0 0.42 0.37 0.29
HSL 352.89º 0.34% 0.56% -
HSV(B) 352.89º 0.42% 0.71% -
XYZ 27.14 21.14 18.57 -
YUV 128.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 181 105 114 0 0.42 0.37 0.29 352.89 0.34 0.56
Hex B5 69 72 0 2A 25 1D 161 22 38
Octal 265 151 162 0 52 45 35 541 42 70
Binary 10110101 1101001 1110010 0 101010 100101 11101 101100001 100010 111000

Color Harmonies of #B56972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56972

Black with #B56972

Text Example


Text Example

White with #B56972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56972; }

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

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

background-color css

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

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

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

border-color css

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

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

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