Html Css Color HEX #B56372 Turkish Rose

📋 copy color: '#B56372'

red 181 ◦ green 99 ◦ blue 114

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

Shades of Turkish Rose #B56372

Tints of Turkish Rose #B56372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 45.94%
G = 25.13%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B56372 (or 0xB56372) is known color: Turkish Rose. HEX triplet: B5, 63 and 72. RGB value is (181,99,114). Sum of RGB (Red+Green+Blue) = 181+99+114=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56372 is #4A9C8D. Grayscale: #7D7D7D. Windows color (decimal): -4889742 or 7496629. OLE color: 7496629.

HSL color Cylindrical-coordinate representation of color #B56372: hue angle of 349.02º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56372 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 114 -
CMYK 0 0.45 0.37 0.29
HSL 349.02º 0.36% 0.55% -
HSV(B) 349.02º 0.45% 0.71% -
XYZ 26.56 19.96 18.37 -
YUV 125.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 181 99 114 0 0.45 0.37 0.29 349.02 0.36 0.55
Hex B5 63 72 0 2D 25 1D 15D 24 37
Octal 265 143 162 0 55 45 35 535 44 67
Binary 10110101 1100011 1110010 0 101101 100101 11101 101011101 100100 110111

Color Harmonies of #B56372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56372

Black with #B56372

Text Example


Text Example

White with #B56372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56372; }

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

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

background-color css

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

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

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

border-color css

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

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

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