Html Css Color HEX #B16376 Turkish Rose

📋 copy color: '#B16376'

red 177 ◦ green 99 ◦ blue 118

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

Shades of Turkish Rose #B16376

Tints of Turkish Rose #B16376

RGB

 RED value IS 177 (69.53% from 255) = 44.92%

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 44.92%
G = 25.13%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16376 (or 0xB16376) is known color: Turkish Rose. HEX triplet: B1, 63 and 76. RGB value is (177,99,118). Sum of RGB (Red+Green+Blue) = 177+99+118=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16376 is #4E9C89. Grayscale: #7C7C7C. Windows color (decimal): -5151882 or 7758769. OLE color: 7758769.

HSL color Cylindrical-coordinate representation of color #B16376: hue angle of 345.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16376 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 118 -
CMYK 0 0.44 0.33 0.31
HSL 345.38º 0.33% 0.54% -
HSV(B) 345.38º 0.44% 0.69% -
XYZ 25.86 19.58 19.56 -
YUV 124.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 177 99 118 0 0.44 0.33 0.31 345.38 0.33 0.54
Hex B1 63 76 0 2C 21 1F 159 21 36
Octal 261 143 166 0 54 41 37 531 41 66
Binary 10110001 1100011 1110110 0 101100 100001 11111 101011001 100001 110110

Color Harmonies of #B16376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16376

Black with #B16376

Text Example


Text Example

White with #B16376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16376; }

 p { color: rgb(177,99,118); }

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

background-color css

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

 a { background-color: rgb(177,99,118); }

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

border-color css

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

 span { border-color: rgb(177,99,118); }

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