Html Css Color HEX #BA7072 Turkish Rose

📋 copy color: '#BA7072'

red 186 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #BA7072

Tints of Turkish Rose #BA7072

RGB

 RED value IS 186 (73.05% from 255) = 45.15%

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 45.15%
G = 27.18%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7072 (or 0xBA7072) is known color: Turkish Rose. HEX triplet: BA, 70 and 72. RGB value is (186,112,114). Sum of RGB (Red+Green+Blue) = 186+112+114=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7072 is #458F8D. Grayscale: #868686. Windows color (decimal): -4558734 or 7499962. OLE color: 7499962.

HSL color Cylindrical-coordinate representation of color #BA7072: hue angle of 358.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7072 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 114 -
CMYK 0 0.40 0.39 0.27
HSL 358.38º 0.35% 0.58% -
HSV(B) 358.38º 0.4% 0.73% -
XYZ 29.08 23.24 18.87 -
YUV 134.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 186 112 114 0 0.40 0.39 0.27 358.38 0.35 0.58
Hex BA 70 72 0 28 27 1B 166 23 3A
Octal 272 160 162 0 50 47 33 546 43 72
Binary 10111010 1110000 1110010 0 101000 100111 11011 101100110 100011 111010

Color Harmonies of #BA7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7072

Black with #BA7072

Text Example


Text Example

White with #BA7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7072; }

 p { color: rgb(186,112,114); }

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

background-color css

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

 a { background-color: rgb(186,112,114); }

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

border-color css

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

 span { border-color: rgb(186,112,114); }

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