Html Css Color HEX #B36676 Turkish Rose

📋 copy color: '#B36676'

red 179 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #B36676

Tints of Turkish Rose #B36676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 44.86%
G = 25.56%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B36676 (or 0xB36676) is known color: Turkish Rose. HEX triplet: B3, 66 and 76. RGB value is (179,102,118). Sum of RGB (Red+Green+Blue) = 179+102+118=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36676 is #4C9989. Grayscale: #7E7E7E. Windows color (decimal): -5020042 or 7759539. OLE color: 7759539.

HSL color Cylindrical-coordinate representation of color #B36676: hue angle of 347.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B36676 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 118 -
CMYK 0 0.43 0.34 0.30
HSL 347.53º 0.34% 0.55% -
HSV(B) 347.53º 0.43% 0.7% -
XYZ 26.61 20.39 19.67 -
YUV 126.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 179 102 118 0 0.43 0.34 0.30 347.53 0.34 0.55
Hex B3 66 76 0 2B 22 1E 15C 22 37
Octal 263 146 166 0 53 42 36 534 42 67
Binary 10110011 1100110 1110110 0 101011 100010 11110 101011100 100010 110111

Color Harmonies of #B36676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36676

Black with #B36676

Text Example


Text Example

White with #B36676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36676; }

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

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

background-color css

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

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

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

border-color css

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

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

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