Html Css Color HEX #B27176 Turkish Rose

📋 copy color: '#B27176'

red 178 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #B27176

Tints of Turkish Rose #B27176

RGB

 RED value IS 178 (69.92% from 255) = 43.52%

 GREEN value IS 113 (44.53% from 255) = 27.63%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 43.52%
G = 27.63%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27176 (or 0xB27176) is known color: Turkish Rose. HEX triplet: B2, 71 and 76. RGB value is (178,113,118). Sum of RGB (Red+Green+Blue) = 178+113+118=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27176 is #4D8E89. Grayscale: #858585. Windows color (decimal): -5082762 or 7762354. OLE color: 7762354.

HSL color Cylindrical-coordinate representation of color #B27176: hue angle of 355.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27176 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 118 -
CMYK 0 0.37 0.34 0.30
HSL 355.38º 0.3% 0.57% -
HSV(B) 355.38º 0.37% 0.7% -
XYZ 27.54 22.58 20.05 -
YUV 133.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 178 113 118 0 0.37 0.34 0.30 355.38 0.3 0.57
Hex B2 71 76 0 25 22 1E 163 1E 39
Octal 262 161 166 0 45 42 36 543 36 71
Binary 10110010 1110001 1110110 0 100101 100010 11110 101100011 11110 111001

Color Harmonies of #B27176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27176

Black with #B27176

Text Example


Text Example

White with #B27176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27176; }

 p { color: rgb(178,113,118); }

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

background-color css

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

 a { background-color: rgb(178,113,118); }

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

border-color css

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

 span { border-color: rgb(178,113,118); }

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