Html Css Color HEX #B36271 Turkish Rose

📋 copy color: '#B36271'

red 179 ◦ green 98 ◦ blue 113

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

Shades of Turkish Rose #B36271

Tints of Turkish Rose #B36271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 45.9%
G = 25.13%
B = 28.97%

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

#B36271 (or 0xB36271) is known color: Turkish Rose. HEX triplet: B3, 62 and 71. RGB value is (179,98,113). Sum of RGB (Red+Green+Blue) = 179+98+113=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B36271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36271 is #4C9D8E. Grayscale: #7B7B7B. Windows color (decimal): -5021071 or 7430835. OLE color: 7430835.

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

Color convert

RGB 179 98 113 -
CMYK 0 0.45 0.37 0.30
HSL 348.89º 0.35% 0.54% -
HSV(B) 348.89º 0.45% 0.7% -
XYZ 25.94 19.51 18.02 -
YUV 123.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 179 98 113 0 0.45 0.37 0.30 348.89 0.35 0.54
Hex B3 62 71 0 2D 25 1E 15D 23 36
Octal 263 142 161 0 55 45 36 535 43 66
Binary 10110011 1100010 1110001 0 101101 100101 11110 101011101 100011 110110

Color Harmonies of #B36271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36271

Black with #B36271

Text Example


Text Example

White with #B36271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36271; }

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

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

background-color css

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

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

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

border-color css

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

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

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