Html Css Color HEX #B16267 Turkish Rose

📋 copy color: '#B16267'

red 177 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #B16267

Tints of Turkish Rose #B16267

RGB

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

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

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

R = 46.83%
G = 25.93%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16267 (or 0xB16267) is known color: Turkish Rose. HEX triplet: B1, 62 and 67. RGB value is (177,98,103). Sum of RGB (Red+Green+Blue) = 177+98+103=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16267 is #4E9D98. Grayscale: #7A7A7A. Windows color (decimal): -5152153 or 6775473. OLE color: 6775473.

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

Color convert

RGB 177 98 103 -
CMYK 0 0.45 0.42 0.31
HSL 356.2º 0.34% 0.54% -
HSV(B) 356.2º 0.45% 0.69% -
XYZ 24.95 19.06 15.2 -
YUV 122.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 177 98 103 0 0.45 0.42 0.31 356.2 0.34 0.54
Hex B1 62 67 0 2D 2A 1F 164 22 36
Octal 261 142 147 0 55 52 37 544 42 66
Binary 10110001 1100010 1100111 0 101101 101010 11111 101100100 100010 110110

Color Harmonies of #B16267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16267

Black with #B16267

Text Example


Text Example

White with #B16267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16267; }

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

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

background-color css

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

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

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

border-color css

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

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

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