Html Css Color HEX #B47779 Turkish Rose

📋 copy color: '#B47779'

red 180 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #B47779

Tints of Turkish Rose #B47779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 42.86%
G = 28.33%
B = 28.81%

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

#B47779 (or 0xB47779) is known color: Turkish Rose. HEX triplet: B4, 77 and 79. RGB value is (180,119,121). Sum of RGB (Red+Green+Blue) = 180+119+121=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47779 is #4B8886. Grayscale: #898989. Windows color (decimal): -4950151 or 7960500. OLE color: 7960500.

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

Color convert

RGB 180 119 121 -
CMYK 0 0.34 0.33 0.29
HSL 358.03º 0.29% 0.59% -
HSV(B) 358.03º 0.34% 0.71% -
XYZ 28.87 24.28 21.25 -
YUV 137.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 180 119 121 0 0.34 0.33 0.29 358.03 0.29 0.59
Hex B4 77 79 0 22 21 1D 166 1D 3B
Octal 264 167 171 0 42 41 35 546 35 73
Binary 10110100 1110111 1111001 0 100010 100001 11101 101100110 11101 111011

Color Harmonies of #B47779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47779

Black with #B47779

Text Example


Text Example

White with #B47779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47779; }

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

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

background-color css

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

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

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

border-color css

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

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

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