Html Css Color HEX #B47879 Turkish Rose

📋 copy color: '#B47879'

red 180 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #B47879

Tints of Turkish Rose #B47879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 42.76%
G = 28.5%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47879 (or 0xB47879) is known color: Turkish Rose. HEX triplet: B4, 78 and 79. RGB value is (180,120,121). Sum of RGB (Red+Green+Blue) = 180+120+121=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47879 is #4B8786. Grayscale: #8A8A8A. Windows color (decimal): -4949895 or 7960756. OLE color: 7960756.

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

Color convert

RGB 180 120 121 -
CMYK 0 0.33 0.33 0.29
HSL 359º 0.29% 0.59% -
HSV(B) 359º 0.33% 0.71% -
XYZ 28.99 24.52 21.29 -
YUV 138.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 180 120 121 0 0.33 0.33 0.29 359 0.29 0.59
Hex B4 78 79 0 21 21 1D 167 1D 3B
Octal 264 170 171 0 41 41 35 547 35 73
Binary 10110100 1111000 1111001 0 100001 100001 11101 101100111 11101 111011

Color Harmonies of #B47879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47879

Black with #B47879

Text Example


Text Example

White with #B47879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47879; }

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

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

background-color css

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

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

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

border-color css

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

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

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