Html Css Color HEX #B47279 Turkish Rose

📋 copy color: '#B47279'

red 180 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #B47279

Tints of Turkish Rose #B47279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 43.37%
G = 27.47%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47279 (or 0xB47279) is known color: Turkish Rose. HEX triplet: B4, 72 and 79. RGB value is (180,114,121). Sum of RGB (Red+Green+Blue) = 180+114+121=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47279 is #4B8D86. Grayscale: #868686. Windows color (decimal): -4951431 or 7959220. OLE color: 7959220.

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

Color convert

RGB 180 114 121 -
CMYK 0 0.37 0.33 0.29
HSL 353.64º 0.31% 0.58% -
HSV(B) 353.64º 0.37% 0.71% -
XYZ 28.29 23.12 21.06 -
YUV 134.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 180 114 121 0 0.37 0.33 0.29 353.64 0.31 0.58
Hex B4 72 79 0 25 21 1D 162 1F 3A
Octal 264 162 171 0 45 41 35 542 37 72
Binary 10110100 1110010 1111001 0 100101 100001 11101 101100010 11111 111010

Color Harmonies of #B47279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47279

Black with #B47279

Text Example


Text Example

White with #B47279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47279; }

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

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

background-color css

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

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

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

border-color css

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

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

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