Html Css Color HEX #B67176 Turkish Rose

📋 copy color: '#B67176'

red 182 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #B67176

Tints of Turkish Rose #B67176

RGB

 RED value IS 182 (71.48% from 255) = 44.07%

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

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

R = 44.07%
G = 27.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B67176 (or 0xB67176) is known color: Turkish Rose. HEX triplet: B6, 71 and 76. RGB value is (182,113,118). Sum of RGB (Red+Green+Blue) = 182+113+118=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B67176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67176 is #498E89. Grayscale: #868686. Windows color (decimal): -4820618 or 7762358. OLE color: 7762358.

HSL color Cylindrical-coordinate representation of color #B67176: hue angle of 355.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67176 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 118 -
CMYK 0 0.38 0.35 0.29
HSL 355.65º 0.32% 0.58% -
HSV(B) 355.65º 0.38% 0.71% -
XYZ 28.47 23.06 20.09 -
YUV 134.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 182 113 118 0 0.38 0.35 0.29 355.65 0.32 0.58
Hex B6 71 76 0 26 23 1D 164 20 3A
Octal 266 161 166 0 46 43 35 544 40 72
Binary 10110110 1110001 1110110 0 100110 100011 11101 101100100 100000 111010

Color Harmonies of #B67176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67176

Black with #B67176

Text Example


Text Example

White with #B67176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67176; }

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

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

background-color css

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

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

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

border-color css

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

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

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