Html Css Color HEX #B36571 Turkish Rose

📋 copy color: '#B36571'

red 179 ◦ green 101 ◦ blue 113

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

Shades of Turkish Rose #B36571

Tints of Turkish Rose #B36571

RGB

 RED value IS 179 (70.31% from 255) = 45.55%

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 45.55%
G = 25.7%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B36571 (or 0xB36571) is known color: Turkish Rose. HEX triplet: B3, 65 and 71. RGB value is (179,101,113). Sum of RGB (Red+Green+Blue) = 179+101+113=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B36571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36571 is #4C9A8E. Grayscale: #7D7D7D. Windows color (decimal): -5020303 or 7431603. OLE color: 7431603.

HSL color Cylindrical-coordinate representation of color #B36571: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36571 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 113 -
CMYK 0 0.44 0.37 0.30
HSL 350.77º 0.34% 0.55% -
HSV(B) 350.77º 0.44% 0.7% -
XYZ 26.22 20.08 18.12 -
YUV 125.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 179 101 113 0 0.44 0.37 0.30 350.77 0.34 0.55
Hex B3 65 71 0 2C 25 1E 15F 22 37
Octal 263 145 161 0 54 45 36 537 42 67
Binary 10110011 1100101 1110001 0 101100 100101 11110 101011111 100010 110111

Color Harmonies of #B36571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36571

Black with #B36571

Text Example


Text Example

White with #B36571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36571; }

 p { color: rgb(179,101,113); }

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

background-color css

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

 a { background-color: rgb(179,101,113); }

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

border-color css

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

 span { border-color: rgb(179,101,113); }

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