Html Css Color HEX #B16469 Turkish Rose

📋 copy color: '#B16469'

red 177 ◦ green 100 ◦ blue 105

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

Shades of Turkish Rose #B16469

Tints of Turkish Rose #B16469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 46.34%
G = 26.18%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16469 (or 0xB16469) is known color: Turkish Rose. HEX triplet: B1, 64 and 69. RGB value is (177,100,105). Sum of RGB (Red+Green+Blue) = 177+100+105=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16469 is #4E9B96. Grayscale: #7B7B7B. Windows color (decimal): -5151639 or 6907057. OLE color: 6907057.

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

Color convert

RGB 177 100 105 -
CMYK 0 0.44 0.41 0.31
HSL 356.1º 0.33% 0.54% -
HSV(B) 356.1º 0.44% 0.69% -
XYZ 25.24 19.48 15.79 -
YUV 123.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 177 100 105 0 0.44 0.41 0.31 356.1 0.33 0.54
Hex B1 64 69 0 2C 29 1F 164 21 36
Octal 261 144 151 0 54 51 37 544 41 66
Binary 10110001 1100100 1101001 0 101100 101001 11111 101100100 100001 110110

Color Harmonies of #B16469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16469

Black with #B16469

Text Example


Text Example

White with #B16469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16469; }

 p { color: rgb(177,100,105); }

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

background-color css

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

 a { background-color: rgb(177,100,105); }

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

border-color css

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

 span { border-color: rgb(177,100,105); }

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