Html Css Color HEX #B47074 Turkish Rose

📋 copy color: '#B47074'

red 180 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #B47074

Tints of Turkish Rose #B47074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

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

R = 44.12%
G = 27.45%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47074 (or 0xB47074) is known color: Turkish Rose. HEX triplet: B4, 70 and 74. RGB value is (180,112,116). Sum of RGB (Red+Green+Blue) = 180+112+116=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B47074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47074 is #4B8F8B. Grayscale: #848484. Windows color (decimal): -4951948 or 7631028. OLE color: 7631028.

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

Color convert

RGB 180 112 116 -
CMYK 0 0.38 0.36 0.29
HSL 356.47º 0.31% 0.57% -
HSV(B) 356.47º 0.38% 0.71% -
XYZ 27.77 22.55 19.41 -
YUV 132.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 180 112 116 0 0.38 0.36 0.29 356.47 0.31 0.57
Hex B4 70 74 0 26 24 1D 164 1F 39
Octal 264 160 164 0 46 44 35 544 37 71
Binary 10110100 1110000 1110100 0 100110 100100 11101 101100100 11111 111001

Color Harmonies of #B47074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47074

Black with #B47074

Text Example


Text Example

White with #B47074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47074; }

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

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

background-color css

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

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

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

border-color css

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

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

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