Html Css Color HEX #B16B6D Turkish Rose

📋 copy color: '#B16B6D'

red 177 ◦ green 107 ◦ blue 109

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

Shades of Turkish Rose #B16B6D

Tints of Turkish Rose #B16B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 45.04%
G = 27.23%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B16B6D (or 0xB16B6D) is known color: Turkish Rose. HEX triplet: B1, 6B and 6D. RGB value is (177,107,109). Sum of RGB (Red+Green+Blue) = 177+107+109=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B6D is #4E9492. Grayscale: #808080. Windows color (decimal): -5149843 or 7170993. OLE color: 7170993.

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

Color convert

RGB 177 107 109 -
CMYK 0 0.40 0.38 0.31
HSL 358.29º 0.31% 0.56% -
HSV(B) 358.29º 0.4% 0.69% -
XYZ 26.15 20.97 17.14 -
YUV 128.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 177 107 109 0 0.40 0.38 0.31 358.29 0.31 0.56
Hex B1 6B 6D 0 28 26 1F 166 1F 38
Octal 261 153 155 0 50 46 37 546 37 70
Binary 10110001 1101011 1101101 0 101000 100110 11111 101100110 11111 111000

Color Harmonies of #B16B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B6D

Black with #B16B6D

Text Example


Text Example

White with #B16B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B6D; }

 p { color: rgb(177,107,109); }

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

background-color css

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

 a { background-color: rgb(177,107,109); }

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

border-color css

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

 span { border-color: rgb(177,107,109); }

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