Html Css Color HEX #B16769 Turkish Rose

📋 copy color: '#B16769'

red 177 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #B16769

Tints of Turkish Rose #B16769

RGB

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

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

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

R = 45.97%
G = 26.75%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16769 (or 0xB16769) is known color: Turkish Rose. HEX triplet: B1, 67 and 69. RGB value is (177,103,105). Sum of RGB (Red+Green+Blue) = 177+103+105=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16769 is #4E9896. Grayscale: #7D7D7D. Windows color (decimal): -5150871 or 6907825. OLE color: 6907825.

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

Color convert

RGB 177 103 105 -
CMYK 0 0.42 0.41 0.31
HSL 358.38º 0.32% 0.55% -
HSV(B) 358.38º 0.42% 0.69% -
XYZ 25.53 20.07 15.89 -
YUV 125.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 177 103 105 0 0.42 0.41 0.31 358.38 0.32 0.55
Hex B1 67 69 0 2A 29 1F 166 20 37
Octal 261 147 151 0 52 51 37 546 40 67
Binary 10110001 1100111 1101001 0 101010 101001 11111 101100110 100000 110111

Color Harmonies of #B16769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16769

Black with #B16769

Text Example


Text Example

White with #B16769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16769; }

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

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

background-color css

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

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

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

border-color css

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

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

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