Html Css Color HEX #B36371 Turkish Rose

📋 copy color: '#B36371'

red 179 ◦ green 99 ◦ blue 113

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

Shades of Turkish Rose #B36371

Tints of Turkish Rose #B36371

RGB

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

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

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

R = 45.78%
G = 25.32%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B36371 (or 0xB36371) is known color: Turkish Rose. HEX triplet: B3, 63 and 71. RGB value is (179,99,113). Sum of RGB (Red+Green+Blue) = 179+99+113=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B36371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36371 is #4C9C8E. Grayscale: #7C7C7C. Windows color (decimal): -5020815 or 7431091. OLE color: 7431091.

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

Color convert

RGB 179 99 113 -
CMYK 0 0.45 0.37 0.30
HSL 349.5º 0.34% 0.55% -
HSV(B) 349.5º 0.45% 0.7% -
XYZ 26.03 19.7 18.05 -
YUV 124.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 179 99 113 0 0.45 0.37 0.30 349.5 0.34 0.55
Hex B3 63 71 0 2D 25 1E 15E 22 37
Octal 263 143 161 0 55 45 36 536 42 67
Binary 10110011 1100011 1110001 0 101101 100101 11110 101011110 100010 110111

Color Harmonies of #B36371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36371

Black with #B36371

Text Example


Text Example

White with #B36371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36371; }

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

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

background-color css

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

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

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

border-color css

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

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

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