Html Css Color HEX #B16269 Turkish Rose

📋 copy color: '#B16269'

red 177 ◦ green 98 ◦ blue 105

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

Shades of Turkish Rose #B16269

Tints of Turkish Rose #B16269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 46.58%
G = 25.79%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16269 (or 0xB16269) is known color: Turkish Rose. HEX triplet: B1, 62 and 69. RGB value is (177,98,105). Sum of RGB (Red+Green+Blue) = 177+98+105=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B16269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16269 is #4E9D96. Grayscale: #7A7A7A. Windows color (decimal): -5152151 or 6906545. OLE color: 6906545.

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

Color convert

RGB 177 98 105 -
CMYK 0 0.45 0.41 0.31
HSL 354.68º 0.34% 0.54% -
HSV(B) 354.68º 0.45% 0.69% -
XYZ 25.05 19.1 15.73 -
YUV 122.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 177 98 105 0 0.45 0.41 0.31 354.68 0.34 0.54
Hex B1 62 69 0 2D 29 1F 163 22 36
Octal 261 142 151 0 55 51 37 543 42 66
Binary 10110001 1100010 1101001 0 101101 101001 11111 101100011 100010 110110

Color Harmonies of #B16269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16269

Black with #B16269

Text Example


Text Example

White with #B16269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16269; }

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

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

background-color css

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

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

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

border-color css

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

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

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