Html Css Color HEX #B16775 Turkish Rose

📋 copy color: '#B16775'

red 177 ◦ green 103 ◦ blue 117

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

Shades of Turkish Rose #B16775

Tints of Turkish Rose #B16775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

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

R = 44.58%
G = 25.94%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B16775 (or 0xB16775) is known color: Turkish Rose. HEX triplet: B1, 67 and 75. RGB value is (177,103,117). Sum of RGB (Red+Green+Blue) = 177+103+117=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16775 is #4E988A. Grayscale: #7E7E7E. Windows color (decimal): -5150859 or 7694257. OLE color: 7694257.

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

Color convert

RGB 177 103 117 -
CMYK 0 0.42 0.34 0.31
HSL 348.65º 0.32% 0.55% -
HSV(B) 348.65º 0.42% 0.69% -
XYZ 26.19 20.33 19.37 -
YUV 126.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 177 103 117 0 0.42 0.34 0.31 348.65 0.32 0.55
Hex B1 67 75 0 2A 22 1F 15D 20 37
Octal 261 147 165 0 52 42 37 535 40 67
Binary 10110001 1100111 1110101 0 101010 100010 11111 101011101 100000 110111

Color Harmonies of #B16775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16775

Black with #B16775

Text Example


Text Example

White with #B16775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16775; }

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

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

background-color css

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

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

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

border-color css

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

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

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