Html Css Color HEX #B36977 Turkish Rose

📋 copy color: '#B36977'

red 179 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #B36977

Tints of Turkish Rose #B36977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 44.42%
G = 26.05%
B = 29.53%

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

#B36977 (or 0xB36977) is known color: Turkish Rose. HEX triplet: B3, 69 and 77. RGB value is (179,105,119). Sum of RGB (Red+Green+Blue) = 179+105+119=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B36977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36977 is #4C9688. Grayscale: #808080. Windows color (decimal): -5019273 or 7825843. OLE color: 7825843.

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

Color convert

RGB 179 105 119 -
CMYK 0 0.41 0.34 0.30
HSL 348.65º 0.33% 0.56% -
HSV(B) 348.65º 0.41% 0.7% -
XYZ 26.97 21.02 20.09 -
YUV 128.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 179 105 119 0 0.41 0.34 0.30 348.65 0.33 0.56
Hex B3 69 77 0 29 22 1E 15D 21 38
Octal 263 151 167 0 51 42 36 535 41 70
Binary 10110011 1101001 1110111 0 101001 100010 11110 101011101 100001 111000

Color Harmonies of #B36977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36977

Black with #B36977

Text Example


Text Example

White with #B36977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36977; }

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

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

background-color css

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

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

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

border-color css

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

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

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