Html Css Color HEX #B36976 Turkish Rose

📋 copy color: '#B36976'

red 179 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #B36976

Tints of Turkish Rose #B36976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 44.53%
G = 26.12%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B36976 (or 0xB36976) is known color: Turkish Rose. HEX triplet: B3, 69 and 76. RGB value is (179,105,118). Sum of RGB (Red+Green+Blue) = 179+105+118=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36976 is #4C9689. Grayscale: #808080. Windows color (decimal): -5019274 or 7760307. OLE color: 7760307.

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

Color convert

RGB 179 105 118 -
CMYK 0 0.41 0.34 0.30
HSL 349.46º 0.33% 0.56% -
HSV(B) 349.46º 0.41% 0.7% -
XYZ 26.91 20.99 19.77 -
YUV 128.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 179 105 118 0 0.41 0.34 0.30 349.46 0.33 0.56
Hex B3 69 76 0 29 22 1E 15D 21 38
Octal 263 151 166 0 51 42 36 535 41 70
Binary 10110011 1101001 1110110 0 101001 100010 11110 101011101 100001 111000

Color Harmonies of #B36976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36976

Black with #B36976

Text Example


Text Example

White with #B36976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36976; }

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

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

background-color css

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

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

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

border-color css

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

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

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