Html Css Color HEX #B16C75 Turkish Rose

📋 copy color: '#B16C75'

red 177 ◦ green 108 ◦ blue 117

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

Shades of Turkish Rose #B16C75

Tints of Turkish Rose #B16C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 44.03%
G = 26.87%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B16C75 (or 0xB16C75) is known color: Turkish Rose. HEX triplet: B1, 6C and 75. RGB value is (177,108,117). Sum of RGB (Red+Green+Blue) = 177+108+117=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C75 is #4E938A. Grayscale: #818181. Windows color (decimal): -5149579 or 7695537. OLE color: 7695537.

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

Color convert

RGB 177 108 117 -
CMYK 0 0.39 0.34 0.31
HSL 352.17º 0.31% 0.56% -
HSV(B) 352.17º 0.39% 0.69% -
XYZ 26.7 21.36 19.54 -
YUV 129.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 177 108 117 0 0.39 0.34 0.31 352.17 0.31 0.56
Hex B1 6C 75 0 27 22 1F 160 1F 38
Octal 261 154 165 0 47 42 37 540 37 70
Binary 10110001 1101100 1110101 0 100111 100010 11111 101100000 11111 111000

Color Harmonies of #B16C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C75

Black with #B16C75

Text Example


Text Example

White with #B16C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C75; }

 p { color: rgb(177,108,117); }

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

background-color css

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

 a { background-color: rgb(177,108,117); }

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

border-color css

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

 span { border-color: rgb(177,108,117); }

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