Html Css Color HEX #B47479 Turkish Rose

📋 copy color: '#B47479'

red 180 ◦ green 116 ◦ blue 121

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

Shades of Turkish Rose #B47479

Tints of Turkish Rose #B47479

RGB

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

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

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

R = 43.17%
G = 27.82%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47479 (or 0xB47479) is known color: Turkish Rose. HEX triplet: B4, 74 and 79. RGB value is (180,116,121). Sum of RGB (Red+Green+Blue) = 180+116+121=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47479 is #4B8B86. Grayscale: #878787. Windows color (decimal): -4950919 or 7959732. OLE color: 7959732.

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

Color convert

RGB 180 116 121 -
CMYK 0 0.36 0.33 0.29
HSL 355.31º 0.3% 0.58% -
HSV(B) 355.31º 0.36% 0.71% -
XYZ 28.52 23.57 21.14 -
YUV 135.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 180 116 121 0 0.36 0.33 0.29 355.31 0.3 0.58
Hex B4 74 79 0 24 21 1D 163 1E 3A
Octal 264 164 171 0 44 41 35 543 36 72
Binary 10110100 1110100 1111001 0 100100 100001 11101 101100011 11110 111010

Color Harmonies of #B47479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47479

Black with #B47479

Text Example


Text Example

White with #B47479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47479; }

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

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

background-color css

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

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

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

border-color css

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

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

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