Html Css Color HEX #B16375 Turkish Rose

📋 copy color: '#B16375'

red 177 ◦ green 99 ◦ blue 117

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

Shades of Turkish Rose #B16375

Tints of Turkish Rose #B16375

RGB

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

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

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

R = 45.04%
G = 25.19%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B16375 (or 0xB16375) is known color: Turkish Rose. HEX triplet: B1, 63 and 75. RGB value is (177,99,117). Sum of RGB (Red+Green+Blue) = 177+99+117=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16375 is #4E9C8A. Grayscale: #7C7C7C. Windows color (decimal): -5151883 or 7693233. OLE color: 7693233.

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

Color convert

RGB 177 99 117 -
CMYK 0 0.44 0.34 0.31
HSL 346.15º 0.33% 0.54% -
HSV(B) 346.15º 0.44% 0.69% -
XYZ 25.8 19.56 19.24 -
YUV 124.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 177 99 117 0 0.44 0.34 0.31 346.15 0.33 0.54
Hex B1 63 75 0 2C 22 1F 15A 21 36
Octal 261 143 165 0 54 42 37 532 41 66
Binary 10110001 1100011 1110101 0 101100 100010 11111 101011010 100001 110110

Color Harmonies of #B16375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16375

Black with #B16375

Text Example


Text Example

White with #B16375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16375; }

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

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

background-color css

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

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

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

border-color css

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

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

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