Html Css Color HEX #B36474 Turkish Rose

📋 copy color: '#B36474'

red 179 ◦ green 100 ◦ blue 116

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

Shades of Turkish Rose #B36474

Tints of Turkish Rose #B36474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 45.32%
G = 25.32%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B36474 (or 0xB36474) is known color: Turkish Rose. HEX triplet: B3, 64 and 74. RGB value is (179,100,116). Sum of RGB (Red+Green+Blue) = 179+100+116=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36474 is #4C9B8B. Grayscale: #7D7D7D. Windows color (decimal): -5020556 or 7627955. OLE color: 7627955.

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

Color convert

RGB 179 100 116 -
CMYK 0 0.44 0.35 0.30
HSL 347.85º 0.34% 0.55% -
HSV(B) 347.85º 0.44% 0.7% -
XYZ 26.3 19.96 18.99 -
YUV 125.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 179 100 116 0 0.44 0.35 0.30 347.85 0.34 0.55
Hex B3 64 74 0 2C 23 1E 15C 22 37
Octal 263 144 164 0 54 43 36 534 42 67
Binary 10110011 1100100 1110100 0 101100 100011 11110 101011100 100010 110111

Color Harmonies of #B36474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36474

Black with #B36474

Text Example


Text Example

White with #B36474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36474; }

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

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

background-color css

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

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

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

border-color css

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

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

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