Html Css Color HEX #B47476 Turkish Rose

📋 copy color: '#B47476'

red 180 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #B47476

Tints of Turkish Rose #B47476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

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

R = 43.48%
G = 28.02%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47476 (or 0xB47476) is known color: Turkish Rose. HEX triplet: B4, 74 and 76. RGB value is (180,116,118). Sum of RGB (Red+Green+Blue) = 180+116+118=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47476 is #4B8B89. Grayscale: #878787. Windows color (decimal): -4950922 or 7763124. OLE color: 7763124.

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

Color convert

RGB 180 116 118 -
CMYK 0 0.36 0.34 0.29
HSL 358.13º 0.3% 0.58% -
HSV(B) 358.13º 0.36% 0.71% -
XYZ 28.34 23.5 20.18 -
YUV 135.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 180 116 118 0 0.36 0.34 0.29 358.13 0.3 0.58
Hex B4 74 76 0 24 22 1D 166 1E 3A
Octal 264 164 166 0 44 42 35 546 36 72
Binary 10110100 1110100 1110110 0 100100 100010 11101 101100110 11110 111010

Color Harmonies of #B47476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47476

Black with #B47476

Text Example


Text Example

White with #B47476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47476; }

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

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

background-color css

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

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

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

border-color css

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

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

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