Html Css Color HEX #B47679 Turkish Rose

📋 copy color: '#B47679'

red 180 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #B47679

Tints of Turkish Rose #B47679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 42.96%
G = 28.16%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47679 (or 0xB47679) is known color: Turkish Rose. HEX triplet: B4, 76 and 79. RGB value is (180,118,121). Sum of RGB (Red+Green+Blue) = 180+118+121=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B47679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47679 is #4B8986. Grayscale: #888888. Windows color (decimal): -4950407 or 7960244. OLE color: 7960244.

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

Color convert

RGB 180 118 121 -
CMYK 0 0.34 0.33 0.29
HSL 357.1º 0.29% 0.58% -
HSV(B) 357.1º 0.34% 0.71% -
XYZ 28.75 24.04 21.21 -
YUV 136.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 180 118 121 0 0.34 0.33 0.29 357.1 0.29 0.58
Hex B4 76 79 0 22 21 1D 165 1D 3A
Octal 264 166 171 0 42 41 35 545 35 72
Binary 10110100 1110110 1111001 0 100010 100001 11101 101100101 11101 111010

Color Harmonies of #B47679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47679

Black with #B47679

Text Example


Text Example

White with #B47679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47679; }

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

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

background-color css

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

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

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

border-color css

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

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

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