Html Css Color HEX #B67076 Turkish Rose

📋 copy color: '#B67076'

red 182 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #B67076

Tints of Turkish Rose #B67076

RGB

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

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

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

R = 44.17%
G = 27.18%
B = 28.64%

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

#B67076 (or 0xB67076) is known color: Turkish Rose. HEX triplet: B6, 70 and 76. RGB value is (182,112,118). Sum of RGB (Red+Green+Blue) = 182+112+118=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B67076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67076 is #498F89. Grayscale: #858585. Windows color (decimal): -4820874 or 7762102. OLE color: 7762102.

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

Color convert

RGB 182 112 118 -
CMYK 0 0.38 0.35 0.29
HSL 354.86º 0.32% 0.58% -
HSV(B) 354.86º 0.38% 0.71% -
XYZ 28.36 22.84 20.05 -
YUV 133.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 182 112 118 0 0.38 0.35 0.29 354.86 0.32 0.58
Hex B6 70 76 0 26 23 1D 163 20 3A
Octal 266 160 166 0 46 43 35 543 40 72
Binary 10110110 1110000 1110110 0 100110 100011 11101 101100011 100000 111010

Color Harmonies of #B67076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67076

Black with #B67076

Text Example


Text Example

White with #B67076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67076; }

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

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

background-color css

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

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

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

border-color css

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

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

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