Html Css Color HEX #BA722C Meteor

📋 copy color: '#BA722C'

red 186 ◦ green 114 ◦ blue 44

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

Shades of Meteor #BA722C

Tints of Meteor #BA722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 54.07%
G = 33.14%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA722C (or 0xBA722C) is known color: Meteor. HEX triplet: BA, 72 and 2C. RGB value is (186,114,44). Sum of RGB (Red+Green+Blue) = 186+114+44=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA722C is #458DD3. Grayscale: #7F7F7F. Windows color (decimal): -4558292 or 2912954. OLE color: 2912954.

HSL color Cylindrical-coordinate representation of color #BA722C: hue angle of 29.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA722C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 44 -
CMYK 0 0.39 0.76 0.27
HSL 29.58º 0.62% 0.45% -
HSV(B) 29.58º 0.76% 0.73% -
XYZ 26.72 22.66 5.35 -
YUV 127.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 186 114 44 0 0.39 0.76 0.27 29.58 0.62 0.45
Hex BA 72 2C 0 27 4C 1B 1E 3E 2D
Octal 272 162 54 0 47 114 33 36 76 55
Binary 10111010 1110010 101100 0 100111 1001100 11011 11110 111110 101101

Color Harmonies of #BA722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA722C

Black with #BA722C

Text Example


Text Example

White with #BA722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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