Html Css Color HEX #B36974 Turkish Rose

📋 copy color: '#B36974'

red 179 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #B36974

Tints of Turkish Rose #B36974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 44.75%
G = 26.25%
B = 29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B36974 (or 0xB36974) is known color: Turkish Rose. HEX triplet: B3, 69 and 74. RGB value is (179,105,116). Sum of RGB (Red+Green+Blue) = 179+105+116=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36974 is #4C968B. Grayscale: #808080. Windows color (decimal): -5019276 or 7629235. OLE color: 7629235.

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

Color convert

RGB 179 105 116 -
CMYK 0 0.41 0.35 0.30
HSL 351.08º 0.33% 0.56% -
HSV(B) 351.08º 0.41% 0.7% -
XYZ 26.79 20.95 19.15 -
YUV 128.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 179 105 116 0 0.41 0.35 0.30 351.08 0.33 0.56
Hex B3 69 74 0 29 23 1E 15F 21 38
Octal 263 151 164 0 51 43 36 537 41 70
Binary 10110011 1101001 1110100 0 101001 100011 11110 101011111 100001 111000

Color Harmonies of #B36974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36974

Black with #B36974

Text Example


Text Example

White with #B36974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36974; }

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

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

background-color css

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

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

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

border-color css

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

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

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