Html Css Color HEX #B47477 Turkish Rose

📋 copy color: '#B47477'

red 180 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #B47477

Tints of Turkish Rose #B47477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.67%

R = 43.37%
G = 27.95%
B = 28.67%

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

#B47477 (or 0xB47477) is known color: Turkish Rose. HEX triplet: B4, 74 and 77. RGB value is (180,116,119). Sum of RGB (Red+Green+Blue) = 180+116+119=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47477 is #4B8B88. Grayscale: #878787. Windows color (decimal): -4950921 or 7828660. OLE color: 7828660.

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

Color convert

RGB 180 116 119 -
CMYK 0 0.36 0.34 0.29
HSL 357.19º 0.3% 0.58% -
HSV(B) 357.19º 0.36% 0.71% -
XYZ 28.4 23.53 20.5 -
YUV 135.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 180 116 119 0 0.36 0.34 0.29 357.19 0.3 0.58
Hex B4 74 77 0 24 22 1D 165 1E 3A
Octal 264 164 167 0 44 42 35 545 36 72
Binary 10110100 1110100 1110111 0 100100 100010 11101 101100101 11110 111010

Color Harmonies of #B47477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47477

Black with #B47477

Text Example


Text Example

White with #B47477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47477; }

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

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

background-color css

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

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

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

border-color css

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

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

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