Html Css Color HEX #B47677 Turkish Rose

📋 copy color: '#B47677'

red 180 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #B47677

Tints of Turkish Rose #B47677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 43.17%
G = 28.3%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47677 (or 0xB47677) is known color: Turkish Rose. HEX triplet: B4, 76 and 77. RGB value is (180,118,119). Sum of RGB (Red+Green+Blue) = 180+118+119=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47677 is #4B8988. Grayscale: #888888. Windows color (decimal): -4950409 or 7829172. OLE color: 7829172.

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

Color convert

RGB 180 118 119 -
CMYK 0 0.34 0.34 0.29
HSL 359.03º 0.29% 0.58% -
HSV(B) 359.03º 0.34% 0.71% -
XYZ 28.63 23.99 20.57 -
YUV 136.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 180 118 119 0 0.34 0.34 0.29 359.03 0.29 0.58
Hex B4 76 77 0 22 22 1D 167 1D 3A
Octal 264 166 167 0 42 42 35 547 35 72
Binary 10110100 1110110 1110111 0 100010 100010 11101 101100111 11101 111010

Color Harmonies of #B47677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47677

Black with #B47677

Text Example


Text Example

White with #B47677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47677; }

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

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

background-color css

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

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

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

border-color css

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

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

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