Html Css Color HEX #B67079 Turkish Rose

📋 copy color: '#B67079'

red 182 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #B67079

Tints of Turkish Rose #B67079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.16%

R = 43.86%
G = 26.99%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B67079 (or 0xB67079) is known color: Turkish Rose. HEX triplet: B6, 70 and 79. RGB value is (182,112,121). Sum of RGB (Red+Green+Blue) = 182+112+121=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67079 is #498F86. Grayscale: #858585. Windows color (decimal): -4820871 or 7958710. OLE color: 7958710.

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

Color convert

RGB 182 112 121 -
CMYK 0 0.38 0.34 0.29
HSL 352.29º 0.32% 0.58% -
HSV(B) 352.29º 0.38% 0.71% -
XYZ 28.54 22.91 21.01 -
YUV 133.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 182 112 121 0 0.38 0.34 0.29 352.29 0.32 0.58
Hex B6 70 79 0 26 22 1D 160 20 3A
Octal 266 160 171 0 46 42 35 540 40 72
Binary 10110110 1110000 1111001 0 100110 100010 11101 101100000 100000 111010

Color Harmonies of #B67079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67079

Black with #B67079

Text Example


Text Example

White with #B67079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67079; }

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

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

background-color css

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

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

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

border-color css

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

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

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