Html Css Color HEX #B16467 Turkish Rose

📋 copy color: '#B16467'

red 177 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #B16467

Tints of Turkish Rose #B16467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 46.58%
G = 26.32%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16467 (or 0xB16467) is known color: Turkish Rose. HEX triplet: B1, 64 and 67. RGB value is (177,100,103). Sum of RGB (Red+Green+Blue) = 177+100+103=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B16467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16467 is #4E9B98. Grayscale: #7B7B7B. Windows color (decimal): -5151641 or 6775985. OLE color: 6775985.

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

Color convert

RGB 177 100 103 -
CMYK 0 0.44 0.42 0.31
HSL 357.66º 0.33% 0.54% -
HSV(B) 357.66º 0.44% 0.69% -
XYZ 25.14 19.44 15.26 -
YUV 123.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 177 100 103 0 0.44 0.42 0.31 357.66 0.33 0.54
Hex B1 64 67 0 2C 2A 1F 166 21 36
Octal 261 144 147 0 54 52 37 546 41 66
Binary 10110001 1100100 1100111 0 101100 101010 11111 101100110 100001 110110

Color Harmonies of #B16467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16467

Black with #B16467

Text Example


Text Example

White with #B16467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16467; }

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

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

background-color css

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

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

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

border-color css

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

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

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