Html Css Color HEX #B47076 Turkish Rose

📋 copy color: '#B47076'

red 180 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #B47076

Tints of Turkish Rose #B47076

RGB

 RED value IS 180 (70.7% from 255) = 43.9%

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

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

R = 43.9%
G = 27.32%
B = 28.78%

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

#B47076 (or 0xB47076) is known color: Turkish Rose. HEX triplet: B4, 70 and 76. RGB value is (180,112,118). Sum of RGB (Red+Green+Blue) = 180+112+118=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47076 is #4B8F89. Grayscale: #858585. Windows color (decimal): -4951946 or 7762100. OLE color: 7762100.

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

Color convert

RGB 180 112 118 -
CMYK 0 0.38 0.34 0.29
HSL 354.71º 0.31% 0.57% -
HSV(B) 354.71º 0.38% 0.71% -
XYZ 27.89 22.6 20.03 -
YUV 133.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 180 112 118 0 0.38 0.34 0.29 354.71 0.31 0.57
Hex B4 70 76 0 26 22 1D 163 1F 39
Octal 264 160 166 0 46 42 35 543 37 71
Binary 10110100 1110000 1110110 0 100110 100010 11101 101100011 11111 111001

Color Harmonies of #B47076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47076

Black with #B47076

Text Example


Text Example

White with #B47076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47076; }

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

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

background-color css

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

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

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

border-color css

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

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

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