Html Css Color HEX #B67172 Turkish Rose

📋 copy color: '#B67172'

red 182 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #B67172

Tints of Turkish Rose #B67172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 44.5%
G = 27.63%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B67172 (or 0xB67172) is known color: Turkish Rose. HEX triplet: B6, 71 and 72. RGB value is (182,113,114). Sum of RGB (Red+Green+Blue) = 182+113+114=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67172 is #498E8D. Grayscale: #858585. Windows color (decimal): -4820622 or 7500214. OLE color: 7500214.

HSL color Cylindrical-coordinate representation of color #B67172: hue angle of 359.13º 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 #B67172 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 114 -
CMYK 0 0.38 0.37 0.29
HSL 359.13º 0.32% 0.58% -
HSV(B) 359.13º 0.38% 0.71% -
XYZ 28.23 22.97 18.87 -
YUV 133.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 182 113 114 0 0.38 0.37 0.29 359.13 0.32 0.58
Hex B6 71 72 0 26 25 1D 167 20 3A
Octal 266 161 162 0 46 45 35 547 40 72
Binary 10110110 1110001 1110010 0 100110 100101 11101 101100111 100000 111010

Color Harmonies of #B67172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67172

Black with #B67172

Text Example


Text Example

White with #B67172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67172; }

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

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

background-color css

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

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

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

border-color css

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

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

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