Html Css Color HEX #B37479 Turkish Rose

📋 copy color: '#B37479'

red 179 ◦ green 116 ◦ blue 121

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

Shades of Turkish Rose #B37479

Tints of Turkish Rose #B37479

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

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

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

R = 43.03%
G = 27.88%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B37479 (or 0xB37479) is known color: Turkish Rose. HEX triplet: B3, 74 and 79. RGB value is (179,116,121). Sum of RGB (Red+Green+Blue) = 179+116+121=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37479 is #4C8B86. Grayscale: #878787. Windows color (decimal): -5016455 or 7959731. OLE color: 7959731.

HSL color Cylindrical-coordinate representation of color #B37479: hue angle of 355.24º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37479 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 121 -
CMYK 0 0.35 0.32 0.30
HSL 355.24º 0.29% 0.58% -
HSV(B) 355.24º 0.35% 0.7% -
XYZ 28.29 23.45 21.13 -
YUV 135.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 179 116 121 0 0.35 0.32 0.30 355.24 0.29 0.58
Hex B3 74 79 0 23 20 1E 163 1D 3A
Octal 263 164 171 0 43 40 36 543 35 72
Binary 10110011 1110100 1111001 0 100011 100000 11110 101100011 11101 111010

Color Harmonies of #B37479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37479

Black with #B37479

Text Example


Text Example

White with #B37479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37479; }

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

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

background-color css

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

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

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

border-color css

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

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

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