Html Css Color HEX #B67071 Turkish Rose

📋 copy color: '#B67071'

red 182 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #B67071

Tints of Turkish Rose #B67071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 44.72%
G = 27.52%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B67071 (or 0xB67071) is known color: Turkish Rose. HEX triplet: B6, 70 and 71. RGB value is (182,112,113). Sum of RGB (Red+Green+Blue) = 182+112+113=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67071 is #498F8E. Grayscale: #858585. Windows color (decimal): -4820879 or 7434422. OLE color: 7434422.

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

Color convert

RGB 182 112 113 -
CMYK 0 0.38 0.38 0.29
HSL 359.14º 0.32% 0.58% -
HSV(B) 359.14º 0.38% 0.71% -
XYZ 28.07 22.73 18.53 -
YUV 133.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 182 112 113 0 0.38 0.38 0.29 359.14 0.32 0.58
Hex B6 70 71 0 26 26 1D 167 20 3A
Octal 266 160 161 0 46 46 35 547 40 72
Binary 10110110 1110000 1110001 0 100110 100110 11101 101100111 100000 111010

Color Harmonies of #B67071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67071

Black with #B67071

Text Example


Text Example

White with #B67071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67071; }

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

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

background-color css

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

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

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

border-color css

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

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

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