Html Css Color HEX #B36970 Turkish Rose

📋 copy color: '#B36970'

red 179 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #B36970

Tints of Turkish Rose #B36970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 45.2%
G = 26.52%
B = 28.28%

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

#B36970 (or 0xB36970) is known color: Turkish Rose. HEX triplet: B3, 69 and 70. RGB value is (179,105,112). Sum of RGB (Red+Green+Blue) = 179+105+112=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B36970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36970 is #4C968F. Grayscale: #7F7F7F. Windows color (decimal): -5019280 or 7367091. OLE color: 7367091.

HSL color Cylindrical-coordinate representation of color #B36970: hue angle of 354.32º 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 #B36970 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 112 -
CMYK 0 0.41 0.37 0.30
HSL 354.32º 0.33% 0.56% -
HSV(B) 354.32º 0.41% 0.7% -
XYZ 26.57 20.86 17.95 -
YUV 127.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 179 105 112 0 0.41 0.37 0.30 354.32 0.33 0.56
Hex B3 69 70 0 29 25 1E 162 21 38
Octal 263 151 160 0 51 45 36 542 41 70
Binary 10110011 1101001 1110000 0 101001 100101 11110 101100010 100001 111000

Color Harmonies of #B36970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36970

Black with #B36970

Text Example


Text Example

White with #B36970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36970; }

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

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

background-color css

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

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

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

border-color css

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

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

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