Html Css Color HEX #B36971 Turkish Rose

📋 copy color: '#B36971'

red 179 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #B36971

Tints of Turkish Rose #B36971

RGB

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

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

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

R = 45.09%
G = 26.45%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B36971 (or 0xB36971) is known color: Turkish Rose. HEX triplet: B3, 69 and 71. RGB value is (179,105,113). Sum of RGB (Red+Green+Blue) = 179+105+113=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B36971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36971 is #4C968E. Grayscale: #808080. Windows color (decimal): -5019279 or 7432627. OLE color: 7432627.

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

Color convert

RGB 179 105 113 -
CMYK 0 0.41 0.37 0.30
HSL 353.51º 0.33% 0.56% -
HSV(B) 353.51º 0.41% 0.7% -
XYZ 26.62 20.88 18.25 -
YUV 128.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 179 105 113 0 0.41 0.37 0.30 353.51 0.33 0.56
Hex B3 69 71 0 29 25 1E 162 21 38
Octal 263 151 161 0 51 45 36 542 41 70
Binary 10110011 1101001 1110001 0 101001 100101 11110 101100010 100001 111000

Color Harmonies of #B36971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36971

Black with #B36971

Text Example


Text Example

White with #B36971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36971; }

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

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

background-color css

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

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

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

border-color css

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

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

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